1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2025-03-13 12:19:15 +00:00
attic/flake.lock

131 lines
3.2 KiB
Text
Raw Normal View History

2022-12-31 17:01:07 -07:00
{
"nodes": {
"crane": {
"inputs": {
"flake-compat": [
"flake-compat"
],
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
],
"rust-overlay": "rust-overlay"
},
"locked": {
2023-03-05 11:05:11 -07:00
"lastModified": 1677892403,
"narHash": "sha256-/Wi0L1spSWLFj+UQxN3j0mPYMoc7ZoAujpUF/juFVII=",
"owner": "ipetkov",
"repo": "crane",
2023-03-05 11:05:11 -07:00
"rev": "105e27adb70a9890986b6d543a67761cbc1964a2",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
2022-12-31 17:01:07 -07:00
"flake-compat": {
"flake": false,
"locked": {
2023-02-04 13:28:47 -07:00
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
2022-12-31 17:01:07 -07:00
"owner": "edolstra",
"repo": "flake-compat",
2023-02-04 13:28:47 -07:00
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
2022-12-31 17:01:07 -07:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"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"
}
},
2022-12-31 17:01:07 -07:00
"nixpkgs": {
"locked": {
2023-06-12 18:52:16 -06:00
"lastModified": 1686519857,
"narHash": "sha256-VkBhuq67aXXiCoEmicziuDLUPPjeOTLQoj6OeVai5zM=",
2022-12-31 17:01:07 -07:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-06-12 18:52:16 -06:00
"rev": "6b1b72c0f887a478a5aac355674ff6df0fc44f44",
2022-12-31 17:01:07 -07:00
"type": "github"
},
"original": {
"owner": "NixOS",
2023-03-05 11:05:11 -07:00
"ref": "nixpkgs-unstable",
2022-12-31 17:01:07 -07:00
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
2023-05-28 15:21:59 -06:00
"lastModified": 1685004253,
"narHash": "sha256-AbVL1nN/TDicUQ5wXZ8xdLERxz/eJr7+o8lqkIOVuaE=",
"owner": "NixOS",
"repo": "nixpkgs",
2023-05-28 15:21:59 -06:00
"rev": "3e01645c40b92d29f3ae76344a6d654986a91a91",
"type": "github"
},
"original": {
"owner": "NixOS",
2023-05-28 15:21:59 -06:00
"ref": "nixos-23.05",
"repo": "nixpkgs",
"type": "github"
}
},
2022-12-31 17:01:07 -07:00
"root": {
"inputs": {
"crane": "crane",
2022-12-31 17:01:07 -07:00
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"nixpkgs-stable": "nixpkgs-stable"
2022-12-31 17:01:07 -07:00
}
},
"rust-overlay": {
"inputs": {
"flake-utils": [
"crane",
"flake-utils"
],
"nixpkgs": [
"crane",
"nixpkgs"
]
},
"locked": {
2023-02-04 13:28:47 -07:00
"lastModified": 1675391458,
"narHash": "sha256-ukDKZw922BnK5ohL9LhwtaDAdCsJL7L6ScNEyF1lO9w=",
"owner": "oxalica",
"repo": "rust-overlay",
2023-02-04 13:28:47 -07:00
"rev": "383a4acfd11d778d5c2efcf28376cbd845eeaedf",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
2022-12-31 17:01:07 -07:00
}
},
"root": "root",
"version": 7
}