chore: Nix: avoid store copies
This commit is contained in:
parent
222a8140a7
commit
74b3d101e9
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ with builtins; let
|
|||
# "Init.Core" ~> "Init/Core"
|
||||
modToPath = mod: replaceStrings ["."] ["/"] mod;
|
||||
modToAbsPath = mod: "${src}/${modToPath mod}";
|
||||
modToLean = mod: "${modToAbsPath mod}.lean";
|
||||
modToLean = mod: src + "/${modToPath mod}.lean";
|
||||
bareStdenv = ./bareStdenv;
|
||||
mkBareDerivation = args: derivation (args // {
|
||||
name = lib.strings.sanitizeDerivationName args.name;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue