mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-05 16:26:58 +00:00
go: stub systemd dependency in test
This commit is contained in:
parent
cefb1889b9
commit
1757aca164
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
test.stubs.go = { };
|
||||
test.stubs = {
|
||||
go = { };
|
||||
systemd = { };
|
||||
};
|
||||
|
||||
nm.script = let
|
||||
modeFileDir = if !pkgs.stdenv.isDarwin then
|
||||
|
|
Loading…
Add table
Reference in a new issue