add flake to build go module and to block all parent roots

This commit is contained in:
2025-09-22 10:18:00 +08:00
parent c4e8442517
commit 191f2e6ba2
2 changed files with 23 additions and 6 deletions

View File

@@ -24,6 +24,12 @@
];
};
};
packages.default = pkgs.buildGoModule {
name = "nutdns";
src = ./.;
vendorHash = "sha256-4V3cIgEN8WkHHrPz9SRshoiu0C+NHR0Xov1FZ06Q9XI=";
};
}
);
}