Fix cargo-mommys interaction with $CARGO

This commit is contained in:
nora 2023-11-19 17:44:37 +01:00
parent cddcbb6f9f
commit 0c5de365e6
2 changed files with 4 additions and 5 deletions

View file

@ -54,7 +54,7 @@ in
};
shellAliases = {
x = "CARGO=${lib.getExe customPkgs.x} ${lib.getExe customPkgs.cargo-mommy}";
x = "CARGO_MOMMYS_ACTUAL=${lib.getExe customPkgs.x} ${lib.getExe customPkgs.cargo-mommy}";
};
};