summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-18 18:06:38 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-18 18:06:38 +0200
commit39d42771b09320f783c788f8561ac69cf9c49d6d (patch)
tree8952e37565b3a0af5bd9ef06ff1b6496a6938696 /hel.nix
parentfebd1b7c014f59423aed1a063cafef31bb5c5f8a (diff)
downloadnixos-39d42771b09320f783c788f8561ac69cf9c49d6d.tar
nixos-39d42771b09320f783c788f8561ac69cf9c49d6d.tar.gz
nixos-39d42771b09320f783c788f8561ac69cf9c49d6d.tar.bz2
nixos-39d42771b09320f783c788f8561ac69cf9c49d6d.tar.xz
nixos-39d42771b09320f783c788f8561ac69cf9c49d6d.zip
run
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 43753587..35f59a70 100644
--- a/hel.nix
+++ b/hel.nix
@@ -71,7 +71,7 @@
71 preConfigure = '' 71 preConfigure = ''
72 ${old.preConfigure} 72 ${old.preConfigure}
73 73
74 . autogen.sh 74 ${pkgs.stdenv.shell} autogen.sh
75 ''; 75 '';
76 }); 76 });
77 }; 77 };