summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-01 17:35:35 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-01 17:35:35 +0100
commit36729ca5911c6c3ba351bca48bb7fc26ba55ad8f (patch)
tree1bc94f7f3bd791d9df9f33fb7e566fff65d0c254 /hel.nix
parent0cf390264454ff12b1abe63f720658890a6f7c17 (diff)
downloadnixos-36729ca5911c6c3ba351bca48bb7fc26ba55ad8f.tar
nixos-36729ca5911c6c3ba351bca48bb7fc26ba55ad8f.tar.gz
nixos-36729ca5911c6c3ba351bca48bb7fc26ba55ad8f.tar.bz2
nixos-36729ca5911c6c3ba351bca48bb7fc26ba55ad8f.tar.xz
nixos-36729ca5911c6c3ba351bca48bb7fc26ba55ad8f.zip
Input makeWrapper
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 788031c8..51586c53 100644
--- a/hel.nix
+++ b/hel.nix
@@ -58,6 +58,7 @@
58 ''; 58 '';
59 59
60 samsung-unified-linux-driver = pkgs.stdenv.lib.overrideDerivation pkgs.samsung-unified-linux-driver (oldAttrs: { 60 samsung-unified-linux-driver = pkgs.stdenv.lib.overrideDerivation pkgs.samsung-unified-linux-driver (oldAttrs: {
61 buildInputs = oldAttrs.buildInputs ++ [ pkgs.makeWrapper ];
61 builder = pkgs.writeScript "builder.sh" '' 62 builder = pkgs.writeScript "builder.sh" ''
62 #!${pkgs.stdenv.shell} 63 #!${pkgs.stdenv.shell}
63 64