magic-nix-cache/flake.lock

290 lines
7.9 KiB
Plaintext
Raw Normal View History

2023-05-08 09:48:11 +00:00
{
"nodes": {
"crane": {
"inputs": {
"nixpkgs": [
"nixpkgs"
2024-03-29 20:19:44 +00:00
]
2023-05-08 09:48:11 +00:00
},
"locked": {
2024-05-28 14:29:26 +00:00
"lastModified": 1714842444,
"narHash": "sha256-z4HeSYtEdYxKurrbxCMb8v/I1LYDHR/aFrZtGtgUgHw=",
"rev": "c5ee4371eea1728ef04bb09c79577c84d5e67a48",
"revCount": 557,
2023-10-10 20:16:05 +00:00
"type": "tarball",
2024-05-28 14:29:26 +00:00
"url": "https://api.flakehub.com/f/pinned/ipetkov/crane/0.16.6/018f4495-627e-7385-b537-81f1c1d4003b/source.tar.gz"
2023-05-08 09:48:11 +00:00
},
"original": {
2023-10-10 20:16:05 +00:00
"type": "tarball",
2024-03-29 20:19:44 +00:00
"url": "https://flakehub.com/f/ipetkov/crane/0.16.3.tar.gz"
2023-05-08 09:48:11 +00:00
}
},
"flake-compat": {
"locked": {
2023-10-10 20:16:05 +00:00
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"revCount": 57,
"type": "tarball",
"url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.0.1/018afb31-abd1-7bff-a5e4-cff7e18efb7a/source.tar.gz"
2023-05-08 09:48:11 +00:00
},
"original": {
2023-10-10 20:16:05 +00:00
"type": "tarball",
"url": "https://flakehub.com/f/edolstra/flake-compat/1.0.1.tar.gz"
2023-05-08 09:48:11 +00:00
}
},
"flake-compat_2": {
"flake": false,
"locked": {
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2024-05-28 14:29:26 +00:00
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"nix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1712014858,
"narHash": "sha256-sB4SWl2lX95bExY2gMFG5HIzvva5AVMJd4Igm+GpZNw=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "9126214d0a59633752a136528f5f3b9aa8565b7d",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2023-05-08 09:48:11 +00:00
"flake-utils": {
2024-05-28 14:29:26 +00:00
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
2023-05-08 09:48:11 +00:00
"inputs": {
"systems": "systems"
},
"locked": {
2024-03-29 20:19:44 +00:00
"lastModified": 1705309234,
"narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
2023-05-08 09:48:11 +00:00
"owner": "numtide",
"repo": "flake-utils",
2024-03-29 20:19:44 +00:00
"rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
2023-05-08 09:48:11 +00:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2024-02-29 15:26:10 +00:00
"libgit2": {
"flake": false,
"locked": {
2024-03-29 20:19:44 +00:00
"lastModified": 1697646580,
"narHash": "sha256-oX4Z3S9WtJlwvj0uH9HlYcWv+x1hqp8mhXl7HsLu2f0=",
2024-02-29 15:26:10 +00:00
"owner": "libgit2",
"repo": "libgit2",
2024-03-29 20:19:44 +00:00
"rev": "45fd9ed7ae1a9b74b957ef4f337bc3c8b3df01b5",
"type": "github"
},
"original": {
2024-02-29 15:26:10 +00:00
"owner": "libgit2",
"repo": "libgit2",
"type": "github"
}
},
"nix": {
"inputs": {
"flake-compat": "flake-compat_2",
2024-05-28 14:29:26 +00:00
"flake-parts": "flake-parts",
2024-02-29 15:26:10 +00:00
"libgit2": "libgit2",
"nixpkgs": "nixpkgs",
2024-06-13 14:53:50 +00:00
"nixpkgs-23-11": "nixpkgs-23-11",
2024-05-28 14:29:26 +00:00
"nixpkgs-regression": "nixpkgs-regression",
"pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
2024-06-13 14:53:50 +00:00
"lastModified": 1718279742,
"narHash": "sha256-KUl2AvmSMQ1Okg2VW9ncK+qhohRIcQRqbu+rYe7qM7Q=",
"owner": "DeterminateSystems",
"repo": "nix-src",
"rev": "1dc7c8e59991b15a78504be52931f8561dcff32b",
"type": "github"
},
"original": {
2024-06-13 14:53:50 +00:00
"owner": "DeterminateSystems",
"ref": "fix-stack-overflow",
"repo": "nix-src",
"type": "github"
}
},
2023-05-08 09:48:11 +00:00
"nixpkgs": {
"locked": {
2024-06-13 14:53:50 +00:00
"lastModified": 1718284527,
"narHash": "sha256-fEaiSC68wAkLJlrewKysAioLyPcMRLFzLcDErJR5DAY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6791e0ffcf125607dbe3bf9e124769c695b6e2c8",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-24.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-23-11": {
"locked": {
"lastModified": 1717159533,
"narHash": "sha256-oamiKNfr2MS6yH64rUn99mIZjc45nGJlj9eGth/3Xuw=",
"owner": "NixOS",
"repo": "nixpkgs",
2024-06-13 14:53:50 +00:00
"rev": "a62e6edd6d5e1fa0329b8653c801147986f8d446",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
2024-06-13 14:53:50 +00:00
"rev": "a62e6edd6d5e1fa0329b8653c801147986f8d446",
"type": "github"
}
},
"nixpkgs-regression": {
"locked": {
"lastModified": 1643052045,
"narHash": "sha256-uGJ0VXIhWKGXxkeNnq4TvV3CIOkUJ3PAoLZ3HMzNVMw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
2024-05-28 14:29:26 +00:00
"lastModified": 1716633019,
"narHash": "sha256-xim1b5/HZYbWaZKyI7cn9TJCM6ewNVZnesRr00mXeS4=",
"rev": "9d29cd266cebf80234c98dd0b87256b6be0af44e",
"revCount": 558675,
2023-10-10 20:16:05 +00:00
"type": "tarball",
2024-05-28 14:29:26 +00:00
"url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.2311.558675%2Brev-9d29cd266cebf80234c98dd0b87256b6be0af44e/018fb680-a725-7c9d-825e-aadb0901263e/source.tar.gz"
2023-05-08 09:48:11 +00:00
},
"original": {
2023-10-10 20:16:05 +00:00
"type": "tarball",
2024-01-09 11:01:33 +00:00
"url": "https://flakehub.com/f/NixOS/nixpkgs/0.2311.tar.gz"
2023-05-08 09:48:11 +00:00
}
},
2024-05-28 14:29:26 +00:00
"pre-commit-hooks": {
"inputs": {
"flake-compat": [
"nix"
],
"flake-utils": "flake-utils",
"gitignore": [
"nix"
],
"nixpkgs": [
"nix",
"nixpkgs"
],
"nixpkgs-stable": [
"nix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1712897695,
"narHash": "sha256-nMirxrGteNAl9sWiOhoN5tIHyjBbVi5e2tgZUgZlK3Y=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "40e6053ecb65fcbf12863338a6dcefb3f55f1bf8",
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
2023-05-08 09:48:11 +00:00
"root": {
"inputs": {
"crane": "crane",
"flake-compat": "flake-compat",
"nix": "nix",
"nixpkgs": "nixpkgs_2",
2024-03-29 20:19:44 +00:00
"rust-overlay": "rust-overlay"
2023-05-08 09:48:11 +00:00
}
},
"rust-overlay": {
"inputs": {
2024-05-28 14:29:26 +00:00
"flake-utils": "flake-utils_2",
2023-05-08 09:48:11 +00:00
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2024-05-28 14:29:26 +00:00
"lastModified": 1716862669,
"narHash": "sha256-7oTPM9lcdwiI1cpRC313B+lHawocgpY5F07N+Rbm5Uk=",
2023-05-08 09:48:11 +00:00
"owner": "oxalica",
"repo": "rust-overlay",
2024-05-28 14:29:26 +00:00
"rev": "47b2d15658b37716393b2463a019000dbd6ce4bc",
2023-05-08 09:48:11 +00:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}