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