nix-packages/flake.lock

176 lines
4.3 KiB
Text
Raw Normal View History

2022-06-11 12:32:09 +00:00
{
"nodes": {
2023-01-16 09:02:58 +00:00
"attic": {
"inputs": {
"crane": "crane",
"flake-compat": "flake-compat",
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
2023-01-24 13:02:07 +00:00
],
"nixpkgs-stable": "nixpkgs-stable"
2023-01-16 09:02:58 +00:00
},
"locked": {
2023-01-29 09:50:08 +00:00
"lastModified": 1674800265,
"narHash": "sha256-i9D3Ne4ktffiNfyM+jp7dOhRDkktm2SgtBCxkkFZP5E=",
2023-01-16 09:02:58 +00:00
"owner": "zhaofengli",
"repo": "attic",
2023-01-29 09:50:08 +00:00
"rev": "54d93ff61f98639d41d7897f7059aacabcb07772",
2023-01-16 09:02:58 +00:00
"type": "github"
},
"original": {
"owner": "zhaofengli",
"repo": "attic",
"type": "github"
}
},
"crane": {
"inputs": {
"flake-compat": [
"attic",
"flake-compat"
],
"flake-utils": [
"attic",
"flake-utils"
],
"nixpkgs": [
"attic",
"nixpkgs"
],
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1672095661,
"narHash": "sha256-7NTsdCn3qsvU7A+1/7tY8pxbq0DYy1pFYNpzN6he9lI=",
"owner": "ipetkov",
"repo": "crane",
"rev": "98894bb39b03bfb379c5e10523cd61160e1ac782",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1668681692,
"narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "009399224d5e398d03b22badca40a37ac85412a1",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-compat_2": {
"flake": false,
"locked": {
2023-01-24 13:02:07 +00:00
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
2023-01-16 09:02:58 +00:00
"owner": "edolstra",
"repo": "flake-compat",
2023-01-24 13:02:07 +00:00
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
2023-01-16 09:02:58 +00:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2022-06-11 12:32:09 +00:00
"flake-utils": {
2022-06-19 12:31:22 +00:00
"locked": {
2022-11-03 07:25:10 +00:00
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
2022-06-19 12:31:22 +00:00
"owner": "numtide",
"repo": "flake-utils",
2022-11-03 07:25:10 +00:00
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
2022-06-19 12:31:22 +00:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2022-06-11 12:32:09 +00:00
"nixpkgs": {
2022-06-19 12:31:22 +00:00
"locked": {
2023-01-29 09:50:08 +00:00
"lastModified": 1674984656,
"narHash": "sha256-ckWTlwsjilHXKHXEcJRmo3ZQbXX0GQJt7RA5sdbQ6Vo=",
2023-01-24 13:02:07 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-01-29 09:50:08 +00:00
"rev": "e831219a571ff15e887bbdda544b539902bfab61",
2023-01-24 13:02:07 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1673800717,
"narHash": "sha256-SFHraUqLSu5cC6IxTprex/nTsI81ZQAtDvlBvGDWfnA=",
2022-06-19 12:31:22 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-01-24 13:02:07 +00:00
"rev": "2f9fd351ec37f5d479556cd48be4ca340da59b8f",
2022-06-11 12:32:09 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
2023-01-24 13:02:07 +00:00
"ref": "nixos-22.11",
2022-06-11 12:32:09 +00:00
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
2023-01-16 09:02:58 +00:00
"attic": "attic",
"flake-compat": "flake-compat_2",
2022-09-25 13:06:44 +00:00
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
2022-06-11 12:32:09 +00:00
}
2023-01-16 09:02:58 +00:00
},
"rust-overlay": {
"inputs": {
"flake-utils": [
"attic",
"crane",
"flake-utils"
],
"nixpkgs": [
"attic",
"crane",
"nixpkgs"
]
},
"locked": {
"lastModified": 1670034122,
"narHash": "sha256-EqmuOKucPWtMvCZtHraHr3Q3bgVszq1x2PoZtQkUuEk=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "a0d5773275ecd4f141d792d3a0376277c0fc0b65",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
2022-06-11 12:32:09 +00:00
}
},
"root": "root",
"version": 7
}