fix(nix/flake): removing extra ']' at the end

This commit is contained in:
Raphael 2026-02-12 16:42:08 +01:00
parent ae6fcff122
commit 3039eb1592
No known key found for this signature in database

View file

@ -70,7 +70,7 @@
shellHook = '' shellHook = ''
export RUST_BACKTRACE=1; export RUST_BACKTRACE=1;
export RUST_LOG="debug"; export RUST_LOG="debug";
printf "\n\033[0;90mRust env loaded for: \033[38;5;220m${system}\033[0;90m [rustc: $(rustc --version | awk '{print $2}') | cargo: $(cargo --version | awk '{print $2}')]]\033[0m\n" printf "\n\033[0;90mRust env loaded for: \033[38;5;220m${system}\033[0;90m [rustc: $(rustc --version | awk '{print $2}') | cargo: $(cargo --version | awk '{print $2}')]\033[0m\n"
''; '';
}; };
} }