From 6807c52cd92ef3b3b5519deb138dafa6fe58e96d Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Tue, 28 Oct 2025 10:08:08 +0100 Subject: [PATCH 1/2] flake: migrate flake-compat input to NixOS organization --- default.nix | 2 +- flake/dev/flake.lock | 4 ++-- flake/dev/flake.nix | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/default.nix b/default.nix index 675809c0..5e411383 100644 --- a/default.nix +++ b/default.nix @@ -4,7 +4,7 @@ lock = builtins.fromJSON (builtins.readFile ./flake/dev/flake.lock); in fetchTarball { - url = "https://github.com/edolstra/flake-compat/archive/${rev}.tar.gz"; + url = "https://github.com/NixOS/flake-compat/archive/${rev}.tar.gz"; sha256 = narHash; } ) { src = ./.; }).defaultNix diff --git a/flake/dev/flake.lock b/flake/dev/flake.lock index 0a8289fd..8d416115 100644 --- a/flake/dev/flake.lock +++ b/flake/dev/flake.lock @@ -55,13 +55,13 @@ "locked": { "lastModified": 1747046372, "narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=", - "owner": "edolstra", + "owner": "NixOS", "repo": "flake-compat", "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885", "type": "github" }, "original": { - "owner": "edolstra", + "owner": "NixOS", "repo": "flake-compat", "type": "github" } diff --git a/flake/dev/flake.nix b/flake/dev/flake.nix index 65d00501..0f6c41bd 100644 --- a/flake/dev/flake.nix +++ b/flake/dev/flake.nix @@ -23,7 +23,7 @@ # dev-systems.url = "github:nix-systems/default"; # # # keep-sorted start block=yes newline_separated=yes - # flake-compat.url = "github:edolstra/flake-compat"; + # flake-compat.url = "github:NixOS/flake-compat"; # # git-hooks = { # url = "github:cachix/git-hooks.nix"; @@ -79,7 +79,7 @@ # }; # # # keep-sorted start block=yes newline_separated=yes - # flake-compat.url = "github:edolstra/flake-compat"; + # flake-compat.url = "github:NixOS/flake-compat"; # # git-hooks = { # url = "github:cachix/git-hooks.nix"; @@ -130,7 +130,7 @@ dev-systems.url = "github:nix-systems/default"; # keep-sorted start block=yes newline_separated=yes - flake-compat.url = "github:edolstra/flake-compat"; + flake-compat.url = "github:NixOS/flake-compat"; git-hooks = { url = "github:cachix/git-hooks.nix"; From 66831d9f4117792abb30bd045b37b8b2b663ef16 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Tue, 28 Oct 2025 10:18:46 +0100 Subject: [PATCH 2/2] flake/dev: update flake-compat input --- flake/dev/flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake/dev/flake.lock b/flake/dev/flake.lock index 8d416115..91b57d84 100644 --- a/flake/dev/flake.lock +++ b/flake/dev/flake.lock @@ -53,11 +53,11 @@ }, "flake-compat": { "locked": { - "lastModified": 1747046372, - "narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=", + "lastModified": 1761588595, + "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=", "owner": "NixOS", "repo": "flake-compat", - "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885", + "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5", "type": "github" }, "original": {