From 51e90d1759738b9ace6df6046c1bd72a947907e2 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 28 Jan 2026 03:37:10 +0100 Subject: [PATCH] style(nix/flake): changind the print at the env launch --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index f3dc569..fe9fa18 100644 --- a/flake.nix +++ b/flake.nix @@ -55,10 +55,8 @@ ); shellHook = '' - export AS=nasm export CC='clang' - export ASM_LSP_CONFIG="$(pwd)/asm-lsp.toml" - printf "\n\033[0;90mASM env loaded for: \033[38;5;220m${system}\033[0m\n" + printf "\n\033[0;90mReverse env loaded for: \033[38;5;220m${system}\033[0m\n" ''; }; }