diff --git a/flake.lock b/flake.lock index b7a86e2..f52ac6f 100644 --- a/flake.lock +++ b/flake.lock @@ -75,15 +75,15 @@ ] }, "locked": { - "lastModified": 1641337254, - "narHash": "sha256-h4zTaiqFOlWNGVhBdQc3AqYqcOQ1GjCKn7wY6KbZkuk=", - "owner": "MagicRB", + "lastModified": 1647605701, + "narHash": "sha256-yvPeO0dLY/kui5Vk/dlCQqD1sHYYuqm6gS8Iyrm7nhI=", + "owner": "nix-community", "repo": "NixNG", - "rev": "5126892070a00a183cdaeae0d313e99d87a3b399", + "rev": "f0e97103fd6830e5d50a0722679855ef8686334e", "type": "github" }, "original": { - "owner": "MagicRB", + "owner": "nix-community", "repo": "NixNG", "type": "github" } diff --git a/flake.nix b/flake.nix index 2e41f91..9435431 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable"; nixng = { - url = "github:MagicRB/NixNG"; + url = "github:nix-community/NixNG"; inputs.nixpkgs.follows = "nixpkgs"; }; website = {