gpg: remove dummy gnupg package from test
It caused evaluation issues related to systemd.
Fixes #934
(cherry picked from commit ed9a6e34ad
)
This commit is contained in:
parent
22076437f3
commit
5e7a4c55ed
|
@ -14,12 +14,6 @@ with lib;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
|
||||||
(self: super: {
|
|
||||||
gnupg = pkgs.writeScriptBin "dummy-gnupg" "";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nmt.script = ''
|
nmt.script = ''
|
||||||
assertFileExists home-files/.gnupg/gpg.conf
|
assertFileExists home-files/.gnupg/gpg.conf
|
||||||
assertFileContent home-files/.gnupg/gpg.conf ${./override-defaults-expected.conf}
|
assertFileContent home-files/.gnupg/gpg.conf ${./override-defaults-expected.conf}
|
||||||
|
|
Loading…
Reference in a new issue