conf
This commit is contained in:
parent
d91d84d360
commit
652b0a4a0a
5 changed files with 20 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}: let
|
||||
cargoFile = builtins.readFile ./cargo.toml;
|
||||
cargoConfig = builtins.replaceStrings ["path/to/sccache"] ["${pkgs.sccache}/bin/sccache"] cargoFile;
|
||||
cargoConfig = builtins.replaceStrings ["/path/to/sccache" "/path/to/mold"] ["${pkgs.sccache}/bin/sccache" "${pkgs.mold}/bin/mold}"] cargoFile;
|
||||
in {
|
||||
imports = [
|
||||
./boxxy.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue