From 23831441b334e049335c6d63b7c3d38f700067da Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 30 Aug 2024 08:56:43 +0200 Subject: [PATCH] flake: update srvos Signed-off-by: Raito Bezarius --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index ab271e3..4803a0e 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 7be1bff..08162f8 100644 --- a/flake.nix +++ b/flake.nix @@ -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";