blob: 6fa7fc2f1d345cf882d48a5c3934e3f497879a64 (
plain)
1
2
3
4
5
6
7
|
# nardump
nardump is like nix-store --dump, but in Go, writing a NAR file (tar-like,
but focused on being reproducible) to stdout or to a hash with the --sri flag.
It lets us calculate the Nix sha256 in shell.nix without the person running
git-pull-oss.sh having Nix available.
|