krebs nix-install: softcode using target-path
This commit is contained in:
parent
d2ac2e0d00
commit
bfad3f16b1
@ -178,7 +178,7 @@ let out = {
|
|||||||
|
|
||||||
nix-path =
|
nix-path =
|
||||||
lib.concatStringsSep ":"
|
lib.concatStringsSep ":"
|
||||||
(lib.mapAttrsToList (name: _: "${name}=/root/${name}")
|
(lib.mapAttrsToList (name: src: "${name}=${src.target-path}")
|
||||||
(config.krebs.build.source.dir //
|
(config.krebs.build.source.dir //
|
||||||
config.krebs.build.source.git));
|
config.krebs.build.source.git));
|
||||||
in ''
|
in ''
|
||||||
|
Loading…
Reference in New Issue
Block a user