From f8c1625d5c8c0ecb8e11ecad0ca495061c543ff2 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Wed, 18 Mar 2026 18:44:50 +1000 Subject: [PATCH] something --- flake.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 43eab91..c8c63ec 100644 --- a/flake.nix +++ b/flake.nix @@ -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;