1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-13 12:31:04 +01:00
nix/tests/functional/git-hashing
John Ericson 61de9222b0 Use SRI hash (strings) as the official JSON format for Hash after all
The fact that we were introducing a conversion from the output of `nix
path-info` into the input of `builtins.fetchTree` was the deciding
factor. We want scripting outputs into inputs like that to be easy.

Since JSON strings and objects are trivially distinguishable, we still
have the option of introducing the JSON format as an alternative input
scheme in the future, should we want to. (The output format would still
be SRI in that case, presumably.)
2025-12-08 16:50:25 -05:00
..
common.sh Implement support for Git hashing with SHA-256 2025-07-25 10:19:08 -04:00
fixed.sh Implement support for Git hashing with SHA-256 2025-07-25 10:19:08 -04:00
meson.build meson: Apply formatting universally 2025-08-07 02:58:29 +03:00
simple-common.sh Use SRI hash (strings) as the official JSON format for Hash after all 2025-12-08 16:50:25 -05:00
simple-sha1.sh Implement support for Git hashing with SHA-256 2025-07-25 10:19:08 -04:00
simple-sha256.sh Implement support for Git hashing with SHA-256 2025-07-25 10:19:08 -04:00