flake: update srvos follows

This commit is contained in:
zowoq 2023-12-12 10:00:57 +10:00
parent aa20e930c6
commit 526fbfee6e
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -265,17 +265,17 @@
}, },
"srvos": { "srvos": {
"inputs": { "inputs": {
"nixos-23_05": [], "nixos-stable": [],
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
] ]
}, },
"locked": { "locked": {
"lastModified": 1702259614, "lastModified": 1702337325,
"narHash": "sha256-FUNaVqnQw2JRzB8bobhuHBkGZjo+l4D0fulgC5W121c=", "narHash": "sha256-5o9TWvp76VedbpO3mB/AkdAZm+mIplXXkat57B5aDuM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "srvos", "repo": "srvos",
"rev": "b47b946903a5cf03069f0c707adf0118716da90b", "rev": "7afef00cd6bf9f18607dd297b39469e0faa48c8f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -20,7 +20,7 @@
srvos.url = "github:nix-community/srvos"; srvos.url = "github:nix-community/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.nixos-23_05.follows = ""; srvos.inputs.nixos-stable.follows = "";
nixpkgs-update.url = "github:ryantm/nixpkgs-update"; nixpkgs-update.url = "github:ryantm/nixpkgs-update";
nixpkgs-update.inputs.mmdoc.follows = ""; nixpkgs-update.inputs.mmdoc.follows = "";