flake: update srvos follows

This commit is contained in:
zowoq 2024-01-14 10:40:02 +10:00
parent ce05fd0c3e
commit a4e8b64ff2
2 changed files with 7 additions and 5 deletions

10
flake.lock generated
View file

@ -264,17 +264,19 @@
},
"srvos": {
"inputs": {
"nixos-stable": [],
"flake-parts": [
"flake-parts"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1704678919,
"narHash": "sha256-Wv7deGdMNhQ8gBcZk24zpdqMsxKT3BC/ZIUi4RboRjY=",
"lastModified": 1705191232,
"narHash": "sha256-eaEN3l9JTq5py2T/jVE0pi/vAqw6kVOHGylmpWWJa4U=",
"owner": "nix-community",
"repo": "srvos",
"rev": "560fd5f7f182b41c7f8e843542b570343afca3d0",
"rev": "bd28160bd011354edcca7f29614f6fcb848a9661",
"type": "github"
},
"original": {

View file

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