flake: update srvos
Flake lock file updates: • Updated input 'srvos': 'github:numtide/srvos/bbc55aaa74bf831c09e70ec01d18634de8b965c9' (2023-02-23) → 'github:numtide/srvos/f85ac03e652946abf643852334bbe0cd2f696b90' (2023-02-24) • Added input 'srvos/flake-compat': 'github:edolstra/flake-compat/35bb57c0c8d8b62bbfd284272c928ceb64ddbde9' (2023-01-17) • Added input 'srvos/flake-parts': follows 'flake-parts'
This commit is contained in:
parent
09a8509ab8
commit
09c7938787
2 changed files with 24 additions and 3 deletions
26
flake.lock
generated
26
flake.lock
generated
|
@ -20,6 +20,22 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"flake-compat": {
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
},
|
||||||
"flake-parts": {
|
"flake-parts": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs-lib": [
|
"nixpkgs-lib": [
|
||||||
|
@ -194,16 +210,20 @@
|
||||||
},
|
},
|
||||||
"srvos": {
|
"srvos": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
"flake-compat": "flake-compat",
|
||||||
|
"flake-parts": [
|
||||||
|
"flake-parts"
|
||||||
|
],
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1677148975,
|
"lastModified": 1677245893,
|
||||||
"narHash": "sha256-CpvrK5xn21SPnhvVUlRPZHUFE28QLiZhwA4i+DXnoQ8=",
|
"narHash": "sha256-puo5rh/s7HlMnq6nsnqRiHAMeOL8XcCOy+bKfll3FS8=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "srvos",
|
"repo": "srvos",
|
||||||
"rev": "bbc55aaa74bf831c09e70ec01d18634de8b965c9",
|
"rev": "f85ac03e652946abf643852334bbe0cd2f696b90",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
srvos.url = "github:numtide/srvos";
|
srvos.url = "github:numtide/srvos";
|
||||||
# actually not used when using the modules but than nothing ever will try to fetch this nixpkgs variant
|
# actually not used when using the modules but than nothing ever will try to fetch this nixpkgs variant
|
||||||
srvos.inputs.nixpkgs.follows = "nixpkgs";
|
srvos.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
srvos.inputs.flake-parts.follows = "flake-parts";
|
||||||
|
|
||||||
nixpkgs-update.url = "github:ryantm/nixpkgs-update";
|
nixpkgs-update.url = "github:ryantm/nixpkgs-update";
|
||||||
nixpkgs-update.inputs.mmdoc.follows = "";
|
nixpkgs-update.inputs.mmdoc.follows = "";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue