1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-09 18:41:03 +01:00

Change JSON derivation format to use ContentAddress JSON

Keeps it more consistent.
This commit is contained in:
John Ericson 2025-10-13 00:24:12 -04:00
parent 82a736bcbb
commit d7464ecd96
20 changed files with 52 additions and 44 deletions

View file

@ -63,7 +63,7 @@ builtins.outputOf
}
},
"system": "${system}",
"version": 3
"version": 4
}
EOF
drvPath=$(echo "$json" | nix derivation add)