From 5805342dc7fc8b9c5606152d9657f68c5dc8942e Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:55:27 +1000 Subject: [PATCH] flake: nixos-facter-modules: 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 07a45a1..65cb5ff 100644 --- a/flake.lock +++ b/flake.lock @@ -218,13 +218,13 @@ "locked": { "lastModified": 1734596637, "narHash": "sha256-MRqwVAe3gsb88u4ME1UidmZFVCx+FEnoob0zkpO9DMY=", - "owner": "numtide", + "owner": "nix-community", "repo": "nixos-facter-modules", "rev": "536472754982bf03079b4b4e0261838a760587c0", "type": "github" }, "original": { - "owner": "numtide", + "owner": "nix-community", "repo": "nixos-facter-modules", "type": "github" } diff --git a/flake.nix b/flake.nix index 8c0faca..a5e6abc 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ nix-darwin.url = "github:LnL7/nix-darwin"; nix-index-database.inputs.nixpkgs.follows = "nixpkgs"; nix-index-database.url = "github:nix-community/nix-index-database"; - nixos-facter-modules.url = "github:numtide/nixos-facter-modules"; + nixos-facter-modules.url = "github:nix-community/nixos-facter-modules"; nixpkgs-update-github-releases.flake = false; nixpkgs-update-github-releases.url = "github:nix-community/nixpkgs-update-github-releases"; nixpkgs-update.inputs.mmdoc.follows = "empty";