1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-10 20:46:01 +01:00

GitHub fetcher: Ignore treeHash attribute for forward compatibility

See https://github.com/NixOS/nix/pull/10197.
This commit is contained in:
Eelco Dolstra 2024-03-08 16:02:01 +01:00
parent 02069f3058
commit fea2043060

View file

@ -109,6 +109,7 @@ struct GitArchiveInputScheme : InputScheme
"narHash",
"lastModified",
"host",
"treeHash",
};
}