mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
gpg: remove dummy gnupg package from test
It caused evaluation issues related to systemd. Fixes #934
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user