summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-06-22 15:08:18 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-06-22 15:08:18 +0200
commitc36a76f27a2495c90d6f089f3d54f7ff40efd90b (patch)
treed1a867ad3c0a8d1fe3a014afbde00f7036f57517
parentc39aba157400b6f3e1d91f064487d58711b30104 (diff)
downloadnixos-c36a76f27a2495c90d6f089f3d54f7ff40efd90b.tar
nixos-c36a76f27a2495c90d6f089f3d54f7ff40efd90b.tar.gz
nixos-c36a76f27a2495c90d6f089f3d54f7ff40efd90b.tar.bz2
nixos-c36a76f27a2495c90d6f089f3d54f7ff40efd90b.tar.xz
nixos-c36a76f27a2495c90d6f089f3d54f7ff40efd90b.zip
different samsung drivers
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 22dec27e..e986e4e1 100644
--- a/hel.nix
+++ b/hel.nix
@@ -263,7 +263,7 @@
263 263
264 sane = { 264 sane = {
265 enable = true; 265 enable = true;
266 extraBackends = with pkgs; [ samsung-unified-linux-driver ]; 266 extraBackends = with pkgs; [ samsung-unified-linux-driver_1_00_37 ];
267 configDir = "/etc/sane.d"; 267 configDir = "/etc/sane.d";
268 }; 268 };
269 }; 269 };