nom: fix build on darwin

This commit is contained in:
Moraxyc
2025-12-27 11:58:20 +08:00
parent 4d1c6ba347
commit 03e6763301
+4
View File
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildGoModule,
fetchFromGitHub,
nix-update-script,
@@ -21,6 +22,9 @@ buildGoModule rec {
"-X 'main.version=${version}'"
];
# only run xdg-specific test on linux
checkFlags = lib.optional stdenv.hostPlatform.isDarwin "-skip=^TestNewDefaultWithXDGConfigHome$";
passthru.updateScript = nix-update-script { };
meta = {