style(nix/flake): changind the print at the env launch
This commit is contained in:
parent
01f2c1df47
commit
51e90d1759
1 changed files with 1 additions and 3 deletions
|
|
@ -55,10 +55,8 @@
|
||||||
);
|
);
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export AS=nasm
|
|
||||||
export CC='clang'
|
export CC='clang'
|
||||||
export ASM_LSP_CONFIG="$(pwd)/asm-lsp.toml"
|
printf "\n\033[0;90mReverse env loaded for: \033[38;5;220m${system}\033[0m\n"
|
||||||
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