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:
Peter Simons 2018-11-06 12:11:23 +01:00
parent b2099d21cf
commit a7afcff928

View File

@ -6,11 +6,8 @@ let
cfg = config.services.packagekit;
backend = "nix";
packagekitConf = ''
[Daemon]
DefaultBackend=${backend}
KeepCache=false
'';