1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 10:00:56 +00:00

sane: update name of the snapshot version of the backends

This commit is contained in:
Peter Simons 2012-11-26 16:19:45 +01:00
parent f0a6911929
commit 6b6b245693

View file

@ -24,7 +24,7 @@ with pkgs.lib;
###### implementation
config = let pkg = if config.hardware.sane.snapshot
then pkgs.saneBackendsSnapshot
then pkgs.saneBackendsGit
else pkgs.saneBackends;
in mkIf config.hardware.sane.enable {
environment.systemPackages = [ pkg ];