style(nix/flake): adding the ASM & C loaded env

This commit is contained in:
Raphael 2026-03-17 14:57:38 +01:00
parent 7c9ab02454
commit 3563600699
No known key found for this signature in database

View file

@ -58,7 +58,7 @@
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;90mASM & C env loaded for: \033[38;5;220m${system}\033[0m\n"
'';
};
}