flake: update srvos follows

This commit is contained in:
zowoq 2024-02-18 19:33:30 +10:00
parent 551ec5f293
commit 381d0fe4ce
2 changed files with 3 additions and 7 deletions

9
flake.lock generated
View file

@ -264,19 +264,16 @@
}, },
"srvos": { "srvos": {
"inputs": { "inputs": {
"flake-parts": [
"flake-parts"
],
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
] ]
}, },
"locked": { "locked": {
"lastModified": 1707957968, "lastModified": 1708303807,
"narHash": "sha256-2iLIl6ZsNKYz2jtRe/uFX9NabR+0WQxP1D+3DAnucNY=", "narHash": "sha256-T3ywY/VPlG0n7P7Rhm/GJ+hLXtUmEETJUGRfvaYQ0OM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "srvos", "repo": "srvos",
"rev": "88014ded851a318af0ddc3ff2cf337d375d3a24d", "rev": "7c02fb006bdd70474853e6395bd5916ba2404fa2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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