style(nix/flake): changind the print at the env launch

This commit is contained in:
Raphael 2026-01-28 03:37:10 +01:00
parent 01f2c1df47
commit 51e90d1759
No known key found for this signature in database

View file

@ -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"
'';
};
}