Archived
1
0
forked from rarias/bscpkgs

Move index and out inside the user directory

This commit is contained in:
2020-10-29 18:07:06 +01:00
parent 3eae92bdc4
commit 317409f6ac
4 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
with garlicTools;
let
garlicOut = "/mnt/garlic/out";
garlicPrefix = "/mnt/garlic";
garlicTemp = "/tmp/garlic";
in
stdenv.mkDerivation {
@@ -22,7 +22,7 @@ in
src = ./.;
inherit garlicOut garlicTemp sshHost;
inherit garlicPrefix garlicTemp sshHost;
installPhase = ''
substituteAllInPlace garlic