tests.fetchgit: add simple-tag

This commit is contained in:
Yueh-Shun Li
2025-12-09 12:27:32 +08:00
parent fc295b1e28
commit cbd24f4a8a
+7
View File
@@ -27,6 +27,13 @@
'';
};
simple-tag = testers.invalidateFetcherByDrvHash fetchgit {
name = "simple-tag-nix-source";
url = "https://github.com/NixOS/nix";
tag = "2.3.15";
hash = "sha256-7DszvbCNTjpzGRmpIVAWXk20P0/XTrWZ79KSOGLrUWY=";
};
sparseCheckout = testers.invalidateFetcherByDrvHash fetchgit {
name = "sparse-checkout-nix-source";
url = "https://github.com/NixOS/nix";