summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-08-22 23:01:30 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-08-22 23:01:30 +0200
commitaecf150c8fa35f01eac2440b1c12be217fba0782 (patch)
treeace8648a1c6da3241319840a3d6727051b196cb6 /hel.nix
parent1dfa44a62a2017ca3061a582d2a74051d86f4ea9 (diff)
downloadnixos-aecf150c8fa35f01eac2440b1c12be217fba0782.tar
nixos-aecf150c8fa35f01eac2440b1c12be217fba0782.tar.gz
nixos-aecf150c8fa35f01eac2440b1c12be217fba0782.tar.bz2
nixos-aecf150c8fa35f01eac2440b1c12be217fba0782.tar.xz
nixos-aecf150c8fa35f01eac2440b1c12be217fba0782.zip
...
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index e523e42e..f7bb34d7 100644
--- a/hel.nix
+++ b/hel.nix
@@ -128,7 +128,7 @@
128 }; 128 };
129 129
130 fprintd = pkgs.stdenv.lib.overrideDerivation pkgs.fprintd (oldAttrs: { 130 fprintd = pkgs.stdenv.lib.overrideDerivation pkgs.fprintd (oldAttrs: {
131 makeFlags = oldAttrs.makeFlags or [] ++ [ "sysconfdir=$(out)/etc" ]; 131 makeFlags = oldAttrs.makeFlags or [] ++ [ "PREFIX=$(out)" ];
132 }); 132 });
133 }; 133 };
134 134