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, 0 insertions, 9 deletions
diff --git a/machines/profpatsch/experiments.nix b/machines/profpatsch/experiments.nix
deleted file mode 100644
index 0264747e..00000000
--- a/machines/profpatsch/experiments.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ config, lib, pkgs, ...}:
-
-{
-  nixpkgs.config.packageOverrides = pkgs: {
-    sane-backends = pkgs.callPackage ./tmp/sane/backends {};
-  };
-
-  hardware.sane.enable = true;
-}