forked from auxolotl/core
switch everything to toml
This commit is contained in:
parent
7dc5f8db8e
commit
e987e7b28b
|
@ -6,8 +6,8 @@
|
||||||
let
|
let
|
||||||
loadStatic = (folder:
|
loadStatic = (folder:
|
||||||
{
|
{
|
||||||
setup = builtins.fromJSON ( builtins.readFile "${folder}/static/setup.json" );
|
setup = builtins.fromTOML ( builtins.readFile "${folder}/static/setup.toml" );
|
||||||
meta = builtins.fromJSON ( builtins.readFile "${folder}/static/meta.json" );
|
meta = builtins.fromTOML ( builtins.readFile "${folder}/static/meta.toml" );
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
static = loadStatic ../.;
|
static = loadStatic ../.;
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"generated by": null
|
|
||||||
}
|
|
1
nodes/1_lib/static/meta.toml
Normal file
1
nodes/1_lib/static/meta.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
generatedBy = ""
|
File diff suppressed because it is too large
Load diff
2130
nodes/1_lib/static/setup.toml
Normal file
2130
nodes/1_lib/static/setup.toml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"generated by": "./refresh-tarballs.bash"
|
|
||||||
}
|
|
1
nodes/2_func_macBootTools/static/meta.toml
Normal file
1
nodes/2_func_macBootTools/static/meta.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
generatedBy = "./refresh-tarballs.bash"
|
|
@ -1,49 +0,0 @@
|
||||||
{
|
|
||||||
"packageInfo": {
|
|
||||||
"name": "bootstrap-tools"
|
|
||||||
},
|
|
||||||
"osSpecific": {
|
|
||||||
"darwin-x86-64": {
|
|
||||||
"stdFetchurls": {
|
|
||||||
"bootstrapTools": {
|
|
||||||
"url": "http://tarballs.nixos.org/stdenv/x86_64-apple-darwin/d03a4482228d4d6dbd2d4b425b6dfcd49ebe765f/bootstrap-tools.tar.xz",
|
|
||||||
"hash": "sha256-3OBigzlbu/Z6g8r7hsOWg95HTv7IJw9Nvbamwvw+88w="
|
|
||||||
},
|
|
||||||
"unpack": {
|
|
||||||
"url": "http://tarballs.nixos.org/stdenv/x86_64-apple-darwin/d03a4482228d4d6dbd2d4b425b6dfcd49ebe765f/unpack.nar.xz",
|
|
||||||
"hash": "sha256-93GK8LjjgUBknxsylfGVr0DG4AbWVIQEIWrwxhDW07k=",
|
|
||||||
"name": "unpack"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"stdMetadata": {
|
|
||||||
"nixpkgs revision": "d03a4482228d4d6dbd2d4b425b6dfcd49ebe765f",
|
|
||||||
"hydra build": "https://hydra.nixos.org/job/nixpkgs/trunk/stdenvBootstrapTools.x86_64-apple-darwin.build/latest",
|
|
||||||
"resolved hydra build": "https://hydra.nixos.org/build/255281731",
|
|
||||||
"instantiated derivation": "/nix/store/44wnr0ikrbcxkakfqhhm2cz6gsh6wjni-stdenv-bootstrap-tools.drv",
|
|
||||||
"output directory": "/nix/store/lsl9rl3zj9nr318w471vvmlvxzj21b2k-stdenv-bootstrap-tools",
|
|
||||||
"build time": "Wed, 03 Apr 2024 07:56:15 +0000"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"darwin-aarch-64": {
|
|
||||||
"stdFetchurls": {
|
|
||||||
"bootstrapTools": {
|
|
||||||
"url": "http://tarballs.nixos.org/stdenv/aarch64-apple-darwin/d03a4482228d4d6dbd2d4b425b6dfcd49ebe765f/bootstrap-tools.tar.xz",
|
|
||||||
"hash": "sha256-a37OgMdTHjFyKs4UTxoD7zx6Te3A7zsSjhbFHzbNxQ8="
|
|
||||||
},
|
|
||||||
"unpack": {
|
|
||||||
"url": "http://tarballs.nixos.org/stdenv/aarch64-apple-darwin/d03a4482228d4d6dbd2d4b425b6dfcd49ebe765f/unpack.nar.xz",
|
|
||||||
"hash": "sha256-XCVy6TMDJ1DKFnhIT1NHzdQUjY/TPKLV67Zi/ANIpms=",
|
|
||||||
"name": "unpack"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"stdMetadata": {
|
|
||||||
"nixpkgs revision": "d03a4482228d4d6dbd2d4b425b6dfcd49ebe765f",
|
|
||||||
"hydra build": "https://hydra.nixos.org/job/nixpkgs/trunk/stdenvBootstrapTools.aarch64-apple-darwin.build/latest",
|
|
||||||
"resolved hydra build": "https://hydra.nixos.org/build/255282138",
|
|
||||||
"instantiated derivation": "/nix/store/cahnprnkg9z2aij3hj4rkbkc4l8190mf-stdenv-bootstrap-tools.drv",
|
|
||||||
"output directory": "/nix/store/zxxcz7sza5ypy061rsg7cmr7h0a96hbb-stdenv-bootstrap-tools",
|
|
||||||
"build time": "Wed, 03 Apr 2024 07:59:44 +0000"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
36
nodes/2_func_macBootTools/static/setup.toml
Normal file
36
nodes/2_func_macBootTools/static/setup.toml
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
[packageInfo]
|
||||||
|
name = "bootstrap-tools"
|
||||||
|
|
||||||
|
[osSpecific.darwin-x86-64.stdFetchurls.bootstrapTools]
|
||||||
|
url = "http://tarballs.nixos.org/stdenv/x86_64-apple-darwin/d03a4482228d4d6dbd2d4b425b6dfcd49ebe765f/bootstrap-tools.tar.xz"
|
||||||
|
hash = "sha256-3OBigzlbu/Z6g8r7hsOWg95HTv7IJw9Nvbamwvw+88w="
|
||||||
|
|
||||||
|
[osSpecific.darwin-x86-64.stdFetchurls.unpack]
|
||||||
|
url = "http://tarballs.nixos.org/stdenv/x86_64-apple-darwin/d03a4482228d4d6dbd2d4b425b6dfcd49ebe765f/unpack.nar.xz"
|
||||||
|
hash = "sha256-93GK8LjjgUBknxsylfGVr0DG4AbWVIQEIWrwxhDW07k="
|
||||||
|
name = "unpack"
|
||||||
|
|
||||||
|
[osSpecific.darwin-x86-64.stdMetadata]
|
||||||
|
"nixpkgsRevision" = "d03a4482228d4d6dbd2d4b425b6dfcd49ebe765f"
|
||||||
|
"hydraBuild" = "https://hydra.nixos.org/job/nixpkgs/trunk/stdenvBootstrapTools.x86_64-apple-darwin.build/latest"
|
||||||
|
"resolvedHydraBuild" = "https://hydra.nixos.org/build/255281731"
|
||||||
|
"instantiatedDerivation" = "/nix/store/44wnr0ikrbcxkakfqhhm2cz6gsh6wjni-stdenv-bootstrap-tools.drv"
|
||||||
|
"outputDirectory" = "/nix/store/lsl9rl3zj9nr318w471vvmlvxzj21b2k-stdenv-bootstrap-tools"
|
||||||
|
"buildTime" = "Wed, 03 Apr 2024 07:56:15 +0000"
|
||||||
|
|
||||||
|
[osSpecific.darwin-aarch-64.stdFetchurls.bootstrapTools]
|
||||||
|
url = "http://tarballs.nixos.org/stdenv/aarch64-apple-darwin/d03a4482228d4d6dbd2d4b425b6dfcd49ebe765f/bootstrap-tools.tar.xz"
|
||||||
|
hash = "sha256-a37OgMdTHjFyKs4UTxoD7zx6Te3A7zsSjhbFHzbNxQ8="
|
||||||
|
|
||||||
|
[osSpecific.darwin-aarch-64.stdFetchurls.unpack]
|
||||||
|
url = "http://tarballs.nixos.org/stdenv/aarch64-apple-darwin/d03a4482228d4d6dbd2d4b425b6dfcd49ebe765f/unpack.nar.xz"
|
||||||
|
hash = "sha256-XCVy6TMDJ1DKFnhIT1NHzdQUjY/TPKLV67Zi/ANIpms="
|
||||||
|
name = "unpack"
|
||||||
|
|
||||||
|
[osSpecific.darwin-aarch-64.stdMetadata]
|
||||||
|
"nixpkgsRevision" = "d03a4482228d4d6dbd2d4b425b6dfcd49ebe765f"
|
||||||
|
"hydraBuild" = "https://hydra.nixos.org/job/nixpkgs/trunk/stdenvBootstrapTools.aarch64-apple-darwin.build/latest"
|
||||||
|
"resolvedHydraBuild" = "https://hydra.nixos.org/build/255282138"
|
||||||
|
"instantiatedDerivation" = "/nix/store/cahnprnkg9z2aij3hj4rkbkc4l8190mf-stdenv-bootstrap-tools.drv"
|
||||||
|
"outputDirectory" = "/nix/store/zxxcz7sza5ypy061rsg7cmr7h0a96hbb-stdenv-bootstrap-tools"
|
||||||
|
"buildTime" = "Wed, 03 Apr 2024 07:59:44 +0000"
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"generated by": null
|
|
||||||
}
|
|
1
nodes/3_drv_bootTools_darwin-aarch-64/static/meta.toml
Normal file
1
nodes/3_drv_bootTools_darwin-aarch-64/static/meta.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"generatedBy" = ""
|
|
@ -1,2 +0,0 @@
|
||||||
{
|
|
||||||
}
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"generated by": null
|
|
||||||
}
|
|
1
nodes/4_drv_bootTools_darwin-x86-64/static/meta.toml
Normal file
1
nodes/4_drv_bootTools_darwin-x86-64/static/meta.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
generatedBy = ""
|
|
@ -1,2 +0,0 @@
|
||||||
{
|
|
||||||
}
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"generated by": null
|
|
||||||
}
|
|
1
nodes/8_func_stage0_darwin/static/meta.toml
Normal file
1
nodes/8_func_stage0_darwin/static/meta.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
generatedBy = ""
|
|
@ -1,2 +0,0 @@
|
||||||
{
|
|
||||||
}
|
|
0
nodes/8_func_stage0_darwin/static/setup.toml
Normal file
0
nodes/8_func_stage0_darwin/static/setup.toml
Normal file
Loading…
Reference in a new issue