nixos: packagekit can no longer use "nix" default back-end
The code in question does not support Nix 2.0 yet. Closes https://github.com/NixOS/nixpkgs/issues/49793.
This commit is contained in:
@@ -6,11 +6,8 @@ let
|
||||
|
||||
cfg = config.services.packagekit;
|
||||
|
||||
backend = "nix";
|
||||
|
||||
packagekitConf = ''
|
||||
[Daemon]
|
||||
DefaultBackend=${backend}
|
||||
KeepCache=false
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user