about summary refs log tree commit diff
path: root/machines/profpatsch/experiments.nix
blob: 0264747e2ff1ab203dfa4fd51d2689deb998739c (plain) (blame)
1
2
3
4
5
6
7
8
9
{ config, lib, pkgs, ...}:

{
  nixpkgs.config.packageOverrides = pkgs: {
    sane-backends = pkgs.callPackage ./tmp/sane/backends {};
  };

  hardware.sane.enable = true;
}