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..91b57d84 100644 --- a/flake/dev/flake.lock +++ b/flake/dev/flake.lock @@ -53,15 +53,15 @@ }, "flake-compat": { "locked": { - "lastModified": 1747046372, - "narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=", - "owner": "edolstra", + "lastModified": 1761588595, + "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=", + "owner": "NixOS", "repo": "flake-compat", - "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885", + "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5", "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";