gpg: remove dummy gnupg package from test

It caused evaluation issues related to systemd.

Fixes #934
This commit is contained in:
Robert Helgesson 2019-12-02 21:15:10 +01:00
parent 571989f564
commit ed9a6e34ad
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 0 additions and 6 deletions

View File

@ -14,12 +14,6 @@ with lib;
};
};
nixpkgs.overlays = [
(self: super: {
gnupg = pkgs.writeScriptBin "dummy-gnupg" "";
})
];
nmt.script = ''
assertFileExists home-files/.gnupg/gpg.conf
assertFileContent home-files/.gnupg/gpg.conf ${./override-defaults-expected.conf}