tlaternet-webserver/flake.lock

89 lines
2.1 KiB
Plaintext
Raw Normal View History

{
"nodes": {
"flake-utils": {
"locked": {
2022-06-20 14:46:36 +01:00
"lastModified": 1653893745,
"narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=",
"owner": "numtide",
"repo": "flake-utils",
2022-06-20 14:46:36 +01:00
"rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2021-03-31 22:25:44 +01:00
"naersk": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2022-06-20 14:46:36 +01:00
"lastModified": 1655042882,
"narHash": "sha256-9BX8Fuez5YJlN7cdPO63InoyBy7dm3VlJkkmTt6fS1A=",
2021-03-31 22:25:44 +01:00
"owner": "nmattia",
"repo": "naersk",
2022-06-20 14:46:36 +01:00
"rev": "cddffb5aa211f50c4b8750adbec0bbbdfb26bb9f",
2021-03-31 22:25:44 +01:00
"type": "github"
},
"original": {
"owner": "nmattia",
"repo": "naersk",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2022-06-20 14:46:36 +01:00
"lastModified": 1655200170,
"narHash": "sha256-/yzkX+10sJhYNIcTtZ5ObS+nh/HrJp01XLaubzbRDcU=",
"owner": "nixos",
"repo": "nixpkgs",
2022-06-20 14:46:36 +01:00
"rev": "9ff91ce2e4c5d70551d4c8fd8830931c6c6b26b8",
"type": "github"
},
"original": {
"owner": "nixos",
2022-06-20 14:46:36 +01:00
"ref": "nixos-22.05",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
2021-03-31 22:25:44 +01:00
"naersk": "naersk",
"nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay"
}
},
"rust-overlay": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2022-06-20 14:46:36 +01:00
"lastModified": 1655261370,
"narHash": "sha256-AxKkHEuOgV/PyK+T6NOE4QyDHmZO+/XVyp0AtmrIoV0=",
"owner": "oxalica",
"repo": "rust-overlay",
2022-06-20 14:46:36 +01:00
"rev": "d62021584e798dd9e169f543dd3f1296f5216d0c",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
}
},
"root": "root",
"version": 7
}