Files
nix-estimator/flake.lock
T
Oleks 1416587933 graph: support Nix 2.30+ versioned derivation-show schema
Nix >=2.34 wraps the closure under {version, derivations}, uses bare drv
keys, and moved edges from inputDrvs to inputs.drvs. dry-run still emits
full store paths, so normalize every drv path to basename for a
schema-agnostic join. Fixes closure collapsing to 2 derivations.
2026-07-07 20:06:02 +03:00

28 lines
567 B
JSON

{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1783224372,
"narHash": "sha256-8i/87eeoqiGE4yOTjwSA3Eh/ziJRQEmd/unYU+K27sk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d407951447dcd00442e97087bf374aad70c04cea",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}