flake: update srvos

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
raito 2024-08-30 08:56:43 +02:00
parent 60b1cef998
commit 23831441b3
2 changed files with 6 additions and 6 deletions

View file

@ -371,15 +371,15 @@
]
},
"locked": {
"lastModified": 1718844164,
"narHash": "sha256-QUXWv6llKIQ5To2N24d9dRI78Hqfm9iFyhvmvlOICNo=",
"owner": "numtide",
"lastModified": 1724920817,
"narHash": "sha256-qWXS+4M9kHXxG1HgZuv+3gm3KQc1aPdBZUPnLLev8w0=",
"owner": "nix-community",
"repo": "srvos",
"rev": "557ff94aa1b48a723f8fa16eb9e7a2e6de991682",
"rev": "977841b31ddbd3c919f56767a6f85d0615440759",
"type": "github"
},
"original": {
"owner": "numtide",
"owner": "nix-community",
"repo": "srvos",
"type": "github"
}

View file

@ -26,7 +26,7 @@
attic.url = "github:zhaofengli/attic";
srvos.url = "github:numtide/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
srvos.inputs.nixpkgs.follows = "nixpkgs";