build(nix/flake): adding the asm_lsp_config config var
This commit is contained in:
parent
d7b40045d1
commit
6559f4b9b0
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
|||
xxd
|
||||
valgrind
|
||||
clang-tools
|
||||
asm-lsp
|
||||
]
|
||||
++ (
|
||||
if pkgs.stdenv.isLinux then
|
||||
|
|
@ -63,6 +64,7 @@
|
|||
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"
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue