diff --git a/flake.lock b/flake.lock index df8fbf8..8ee4e0f 100644 --- a/flake.lock +++ b/flake.lock @@ -471,16 +471,15 @@ ] }, "locked": { - "lastModified": 1727766416, + "lastModified": 1727818793, "narHash": "sha256-gxizo/V/Ut60MRtCB+jJJoDxNfsfApxH0mIkNFI2cVY=", - "owner": "pizzapim", + "owner": "nix-community", "repo": "NixNG", - "rev": "bf6eb29623cff5e70d79d233b7bd18643c555ab3", + "rev": "ef893e67cd3c71bf7e28ccd4fdf97a6ff1475d00", "type": "github" }, "original": { - "owner": "pizzapim", - "ref": "attic", + "owner": "nix-community", "repo": "NixNG", "type": "github" } diff --git a/flake.nix b/flake.nix index b9c0bbb..334c94d 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ }; nixng = { - url = "github:pizzapim/NixNG/attic"; + url = "github:nix-community/NixNG"; inputs.nixpkgs.follows = "nixpkgs"; }; };