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:
zowoq 2023-02-24 23:40:53 +10:00
parent 09a8509ab8
commit 09c7938787
2 changed files with 24 additions and 3 deletions

26
flake.lock generated
View file

@ -20,6 +20,22 @@
"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": {
"inputs": {
"nixpkgs-lib": [
@ -194,16 +210,20 @@
},
"srvos": {
"inputs": {
"flake-compat": "flake-compat",
"flake-parts": [
"flake-parts"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1677148975,
"narHash": "sha256-CpvrK5xn21SPnhvVUlRPZHUFE28QLiZhwA4i+DXnoQ8=",
"lastModified": 1677245893,
"narHash": "sha256-puo5rh/s7HlMnq6nsnqRiHAMeOL8XcCOy+bKfll3FS8=",
"owner": "numtide",
"repo": "srvos",
"rev": "bbc55aaa74bf831c09e70ec01d18634de8b965c9",
"rev": "f85ac03e652946abf643852334bbe0cd2f696b90",
"type": "github"
},
"original": {

View file

@ -19,6 +19,7 @@
srvos.url = "github:numtide/srvos";
# 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.flake-parts.follows = "flake-parts";
nixpkgs-update.url = "github:ryantm/nixpkgs-update";
nixpkgs-update.inputs.mmdoc.follows = "";