summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-12-26 23:34:47 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-12-26 23:34:47 +0100
commit944c95843d385af31a610fcaf54a68d14b8cb7fc (patch)
tree5b4f1bcc13728c5cd021221f5a986b32290af3ab
parenta7a1349b1efb10babe10fe6f57801f6039114f46 (diff)
downloadnixos-944c95843d385af31a610fcaf54a68d14b8cb7fc.tar
nixos-944c95843d385af31a610fcaf54a68d14b8cb7fc.tar.gz
nixos-944c95843d385af31a610fcaf54a68d14b8cb7fc.tar.bz2
nixos-944c95843d385af31a610fcaf54a68d14b8cb7fc.tar.xz
nixos-944c95843d385af31a610fcaf54a68d14b8cb7fc.zip
Even more lowlevel
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index f18a4c64..16096ec3 100644
--- a/hel.nix
+++ b/hel.nix
@@ -59,7 +59,7 @@
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 = with pkgs; [ cups makeWrapper ]; 61 buildInputs = with pkgs; [ cups makeWrapper ];
62 buildCommand = '' 62 builder = pkgs.writeScript "builder.sh" ''
63 ${oldAttrs.buildCommand} 63 ${oldAttrs.buildCommand}
64 64
65 echo "Wrapping samsung filters" 65 echo "Wrapping samsung filters"