diff --git a/flake.lock b/flake.lock index 704046b8..8a273cdd 100644 --- a/flake.lock +++ b/flake.lock @@ -43,16 +43,15 @@ ] }, "locked": { - "lastModified": 1688460648, + "lastModified": 1688738567, "narHash": "sha256-yax5BYOfpE0+95kyJmEcfKEdZBaFvCENDogBB4VQB3Q=", - "owner": "davhau", + "owner": "nix-community", "repo": "nixos-generators", - "rev": "34bbb3e12b75576f61770e995ea9a1cac0c36c25", + "rev": "9191c85aab6b1a7ad395c13d340f2aa0e3ddf552", "type": "github" }, "original": { - "owner": "davhau", - "ref": "all-formats", + "owner": "nix-community", "repo": "nixos-generators", "type": "github" } diff --git a/flake.nix b/flake.nix index 254dbace..76eb25b4 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - nixos-generators.url = "github:davhau/nixos-generators/all-formats"; + nixos-generators.url = "github:nix-community/nixos-generators"; nixos-generators.inputs.nixpkgs.follows = "nixpkgs"; flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";