summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 };