From 879d4e50eabbda016dc92b07357c403f3f08000e Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Fri, 3 Nov 2023 20:51:16 +1000 Subject: [PATCH] flake: srvos: numtide -> nix-community --- flake.lock | 4 ++-- flake.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index b8f0ebb..8156e44 100644 --- a/flake.lock +++ b/flake.lock @@ -246,13 +246,13 @@ "locked": { "lastModified": 1698936270, "narHash": "sha256-c6s5BZo3RB9t9/rczA4+uFykjYET3DnOklsIu9cv0kg=", - "owner": "numtide", + "owner": "nix-community", "repo": "srvos", "rev": "ab7746b135559501e59ad6900ea1e48799903005", "type": "github" }, "original": { - "owner": "numtide", + "owner": "nix-community", "repo": "srvos", "type": "github" } diff --git a/flake.nix b/flake.nix index 48fc20e..21fbbb4 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ sops-nix.url = "github:Mic92/sops-nix"; sops-nix.inputs.nixpkgs.follows = "nixpkgs"; sops-nix.inputs.nixpkgs-stable.follows = ""; - 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";