something

This commit is contained in:
do butterflies cry? 2026-03-18 18:44:50 +10:00
parent 9323f1ab3b
commit f8c1625d5c
Signed by: cry
GPG key ID: F68745A836CA0412

View file

@ -56,7 +56,6 @@
cargo cargo
cargo-c cargo-c
cargo-mommy
cargo-llvm-cov cargo-llvm-cov
cargo-nextest cargo-nextest
@ -106,12 +105,7 @@
done done
''; '';
shellHook = shellHook = postConfigure;
postConfigure
+ ''
# the fox will love this one <3
alias cargo="CARGO_MOMMYS_MOODS=\"chill/ominous/thirsty/yikes\" ${pkgs.cargo}/bin/cargo mommy"
'';
env = let env = let
inherit (llvmPackages) llvm libclang; inherit (llvmPackages) llvm libclang;