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
Add a link
Reference in a new issue