diff options
author | tv <tv@shackspace.de> | 2015-11-02 10:28:56 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-11-02 10:30:13 +0100 |
commit | bfad3f16b16c9d132f9af7a48ede69b3ddb6bedc (patch) | |
tree | 726deeb9bf3d6d3e5de4ae5becd2f2c32d64e88a | |
parent | d2ac2e0d0080e1b76d1d6249ab52231b72ae8ea9 (diff) |
krebs nix-install: softcode using target-path
-rw-r--r-- | krebs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/default.nix b/krebs/default.nix index 31a7f7d04..175b02050 100644 --- a/krebs/default.nix +++ b/krebs/default.nix @@ -178,7 +178,7 @@ let out = { nix-path = 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.git)); in '' |