summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-08-22 22:22:50 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-08-22 22:22:50 +0200
commitc19eb2dd936b75836b8d8fb67b768178a4b9bc6d (patch)
tree9258e979bd21db00597a35bf7834f15f6fe30577 /hel.nix
parentf906ca5aebad8182ffd7f0cf7ff19af57fd384ae (diff)
downloadnixos-c19eb2dd936b75836b8d8fb67b768178a4b9bc6d.tar
nixos-c19eb2dd936b75836b8d8fb67b768178a4b9bc6d.tar.gz
nixos-c19eb2dd936b75836b8d8fb67b768178a4b9bc6d.tar.bz2
nixos-c19eb2dd936b75836b8d8fb67b768178a4b9bc6d.tar.xz
nixos-c19eb2dd936b75836b8d8fb67b768178a4b9bc6d.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 9b965128..cca19666 100644
--- a/hel.nix
+++ b/hel.nix
@@ -125,7 +125,7 @@
125 ''; 125 '';
126 126
127 configureFlags = [ "--with-systemdsystemunitdir=$(out)/lib/systemd/system" ]; 127 configureFlags = [ "--with-systemdsystemunitdir=$(out)/lib/systemd/system" ];
128 }); 128 };
129 }; 129 };
130 130
131 nixpkgs.config.allowUnfree = true; 131 nixpkgs.config.allowUnfree = true;