mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 12:45:14 +01:00
Fix cargo-mommys interaction with $CARGO
This commit is contained in:
parent
cddcbb6f9f
commit
0c5de365e6
2 changed files with 4 additions and 5 deletions
|
|
@ -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}";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue