This repository has been archived on 2024-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
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-02-08 14:58:24 +00:00
"lastModified": 1675737550,
"narHash": "sha256-dTQvZJ1PRzyFXllpFRStaV5YI0LhTqzzsMfyZzh0Vj8=",
2023-01-16 09:02:58 +00:00
"owner": "zhaofengli",
"repo": "attic",
2023-02-08 14:58:24 +00:00
"rev": "fce89f4c954869290d2cf179b1540776ea329ebc",
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": {
2023-02-08 14:58:24 +00:00
"lastModified": 1675451374,
"narHash": "sha256-WRV5qJqJuhdPirb2IBwGJgJrZk6sA4Nfj0KwUrONg98=",
2023-01-16 09:02:58 +00:00
"owner": "ipetkov",
"repo": "crane",
2023-02-08 14:58:24 +00:00
"rev": "9aebc95cd1e12761ad593aeb0c26bc0785015b7f",
2023-01-16 09:02:58 +00:00
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
2023-02-08 14:58:24 +00:00
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
2023-01-16 09:02:58 +00:00
"owner": "edolstra",
"repo": "flake-compat",
2023-02-08 14:58:24 +00:00
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
2023-01-16 09:02:58 +00:00
"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-02-08 14:58:24 +00:00
"lastModified": 1675863634,
"narHash": "sha256-nlLz0jh0nYc2Suw1agrRJxRnqVG5bAV2dq9Dwm2BEtg=",
2023-01-24 13:02:07 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-02-08 14:58:24 +00:00
"rev": "9313ae3ba50422fb5b916103dcca9d77898264fa",
2023-01-24 13:02:07 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
2023-02-08 14:58:24 +00:00
"lastModified": 1675327819,
"narHash": "sha256-Fd2BUNUsTO7wmoU1fbOC4HNkl370dYdkfKgWPretuj0=",
2022-06-19 12:31:22 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-02-08 14:58:24 +00:00
"rev": "21efc622b939884db3c92f49d638ca89f12f22f8",
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": {
2023-02-08 14:58:24 +00:00
"lastModified": 1675391458,
"narHash": "sha256-ukDKZw922BnK5ohL9LhwtaDAdCsJL7L6ScNEyF1lO9w=",
2023-01-16 09:02:58 +00:00
"owner": "oxalica",
"repo": "rust-overlay",
2023-02-08 14:58:24 +00:00
"rev": "383a4acfd11d778d5c2efcf28376cbd845eeaedf",
2023-01-16 09:02:58 +00:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
2022-06-11 12:32:09 +00:00
}
},
"root": "root",
"version": 7
}