flake: update srvos

Flake lock file updates:

• Updated input 'srvos':
    'github:numtide/srvos/c2556e271e7e8aa61c16f12db0cab6dbf7908bc0' (2023-02-27)
  → 'github:numtide/srvos/d3394d6d9027257222f5005ba246b38840e0aa5c' (2023-02-27)
• Removed input 'srvos/flake-compat'
• Removed input 'srvos/flake-parts'
This commit is contained in:
zowoq 2023-02-28 08:34:00 +10:00
parent d2f410acfc
commit cf45c9b3cf
2 changed files with 3 additions and 24 deletions

26
flake.lock generated
View file

@ -20,22 +20,6 @@
"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": [
@ -210,20 +194,16 @@
},
"srvos": {
"inputs": {
"flake-compat": "flake-compat",
"flake-parts": [
"flake-parts"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1677456313,
"narHash": "sha256-FcaMJOrJyuHLpEtmmLnnUqZTlvfRmg7fxc7hglI/zOM=",
"lastModified": 1677503148,
"narHash": "sha256-vbWEa+/DabBlroSA1exd/2yV32PX4MoauPwWzTS37G4=",
"owner": "numtide",
"repo": "srvos",
"rev": "c2556e271e7e8aa61c16f12db0cab6dbf7908bc0",
"rev": "d3394d6d9027257222f5005ba246b38840e0aa5c",
"type": "github"
},
"original": {

View file

@ -19,7 +19,6 @@
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 = "";