mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
gh: remove git overlay in tests
This commit is contained in:
parent
f3be3cda6a
commit
8a5550aea3
1 changed files with 1 additions and 4 deletions
|
@ -8,10 +8,7 @@
|
||||||
|
|
||||||
programs.git.enable = true;
|
programs.git.enable = true;
|
||||||
|
|
||||||
test.stubs = {
|
test.stubs.gh = { };
|
||||||
gh = { };
|
|
||||||
git = { };
|
|
||||||
};
|
|
||||||
|
|
||||||
nmt.script = ''
|
nmt.script = ''
|
||||||
assertFileExists home-files/.config/git/config
|
assertFileExists home-files/.config/git/config
|
||||||
|
|
Loading…
Reference in a new issue