about summary refs log tree commit diff
path: root/machines/profpatsch/experiments.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/experiments.nix')
-rw-r--r--machines/profpatsch/experiments.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/machines/profpatsch/experiments.nix b/machines/profpatsch/experiments.nix
new file mode 100644
index 00000000..0264747e
--- /dev/null
+++ b/machines/profpatsch/experiments.nix
@@ -0,0 +1,9 @@
+{ config, lib, pkgs, ...}:
+
+{
+  nixpkgs.config.packageOverrides = pkgs: {
+    sane-backends = pkgs.callPackage ./tmp/sane/backends {};
+  };
+
+  hardware.sane.enable = true;
+}