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:
parent
82a736bcbb
commit
d7464ecd96
20 changed files with 52 additions and 44 deletions
|
|
@ -63,7 +63,7 @@ builtins.outputOf
|
|||
}
|
||||
},
|
||||
"system": "${system}",
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
EOF
|
||||
drvPath=$(echo "$json" | nix derivation add)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue