sane: update name of the snapshot version of the backends
This commit is contained in:
parent
a5ef0ffe12
commit
403dc16c51
@ -24,7 +24,7 @@ with pkgs.lib;
|
|||||||
###### implementation
|
###### implementation
|
||||||
|
|
||||||
config = let pkg = if config.hardware.sane.snapshot
|
config = let pkg = if config.hardware.sane.snapshot
|
||||||
then pkgs.saneBackendsSnapshot
|
then pkgs.saneBackendsGit
|
||||||
else pkgs.saneBackends;
|
else pkgs.saneBackends;
|
||||||
in mkIf config.hardware.sane.enable {
|
in mkIf config.hardware.sane.enable {
|
||||||
environment.systemPackages = [ pkg ];
|
environment.systemPackages = [ pkg ];
|
||||||
|
Loading…
Reference in New Issue
Block a user