Skip to content

Commit

Permalink
nix: Update nixpkgs and home-manager
Browse files Browse the repository at this point in the history
Also update list of disabled scanner devices because of NixOS/nixpkgs#293022
  • Loading branch information
jvanbruegge committed Jun 21, 2024
1 parent db6f6be commit d37ac7c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
21 changes: 11 additions & 10 deletions caladan/paperless.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,20 +97,21 @@ in {
enable = true;
extraBackends = [ pkgs.epkowa ];
disabledDefaultBackends = [
"net" "abaton" "agfafocus" "apple" "artec"
"as6e" "avision" "bh" "canon"
"cardscan" "coolscan"
"dell1600n_" "dmc" "epjitsu" "epson2" "epsonds"
"escl" "fujitsu" "genesys" "gt68xx" "hp"
"hs2p" "ibm" "kodak"
"net" "abaton" "agfafocus" "apple" "artec" "artec_eplus48u"
"as6e" "avision" "bh" "canon" "canon630u" "canon_dr"
"canon_lide70" "cardscan" "coolscan" "coolscan3"
"dell1600n_net" "dmc" "epjitsu" "epson2" "epsonds"
"escl" "fujitsu" "genesys" "gt68xx" "hp" "hp3500"
"hp3900" "hp4200" "hp5400" "hp5590" "hpljm1005" "hpsj5s"
"hs2p" "ibm" "kodak" "kodakaio"
"kvs1025" "kvs20xx" "kvs40xx" "leo"
"lexmark" "ma1509" "magicolor" "matsushita" "microtek"
"mustek" "nec"
"niash" "pie" "pint" "pixma" "plustek"
"qcam" "ricoh" "rts8891" "s9036"
"microtek2" "mustek" "mustek_usb" "mustek_usb2" "nec"
"niash" "pie" "pieusb" "pint" "pixma" "plustek"
"qcam" "ricoh" "ricoh2" "rts8891" "s9036"
"sceptre" "sharp" "sm3600" "sm3840" "snapscan"
"sp15c" "tamarack" "teco1" "teco2" "teco3"
"u12" "umax" "v4l" "xerox_mfp"
"u12" "umax" "umax1220u" "v4l" "xerox_mfp"
];
};

Expand Down
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d37ac7c

Please sign in to comment.