summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
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 fa94dfd7..e8da5361 100644
--- a/hel.nix
+++ b/hel.nix
@@ -143,7 +143,7 @@
143 # configureFlags = [ "--with-systemdsystemunitdir=$(out)/lib/systemd/system" ]; 143 # configureFlags = [ "--with-systemdsystemunitdir=$(out)/lib/systemd/system" ];
144 # }); 144 # });
145 145
146 fprintd = pkgs.stdenv.lib.overrideDerivation (oldAttrs: { 146 fprintd = pkgs.stdenv.lib.overrideDerivation pkgs.fprintd (oldAttrs: {
147 installFlags = oldAttrs.installFlags or [] ++ [ "sysconfdir=\${out}/etc" ]; 147 installFlags = oldAttrs.installFlags or [] ++ [ "sysconfdir=\${out}/etc" ];
148 }); 148 });
149 }; 149 };