switch everything to toml

This commit is contained in:
Jeff Hykin 2024-05-25 11:18:25 -04:00
parent 7dc5f8db8e
commit e987e7b28b
21 changed files with 2173 additions and 2201 deletions

View file

@ -6,8 +6,8 @@
let
loadStatic = (folder:
{
setup = builtins.fromJSON ( builtins.readFile "${folder}/static/setup.json" );
meta = builtins.fromJSON ( builtins.readFile "${folder}/static/meta.json" );
setup = builtins.fromTOML ( builtins.readFile "${folder}/static/setup.toml" );
meta = builtins.fromTOML ( builtins.readFile "${folder}/static/meta.toml" );
}
);
static = loadStatic ../.;

View file

@ -1,3 +0,0 @@
{
"generated by": null
}

View file

@ -0,0 +1 @@
generatedBy = ""

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,3 +0,0 @@
{
"generated by": "./refresh-tarballs.bash"
}

View file

@ -0,0 +1 @@
generatedBy = "./refresh-tarballs.bash"

View file

@ -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"
}
}
}
}

View 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"

View file

@ -1,3 +0,0 @@
{
"generated by": null
}

View file

@ -0,0 +1 @@
"generatedBy" = ""

View file

@ -1,3 +0,0 @@
{
"generated by": null
}

View file

@ -0,0 +1 @@
generatedBy = ""

View file

@ -1,3 +0,0 @@
{
"generated by": null
}

View file

@ -0,0 +1 @@
generatedBy = ""

View file

@ -1,2 +0,0 @@
{
}