1
0
Fork 0
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:
Robert Helgesson 2025-01-23 09:37:37 +01:00
parent cefb1889b9
commit 1757aca164
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -9,7 +9,10 @@
};
};
test.stubs.go = { };
test.stubs = {
go = { };
systemd = { };
};
nm.script = let
modeFileDir = if !pkgs.stdenv.isDarwin then