diff --git a/flake.lock b/flake.lock index cde87b3..f0c1e6f 100644 --- a/flake.lock +++ b/flake.lock @@ -530,42 +530,6 @@ "type": "github" } }, - "nixlib": { - "locked": { - "lastModified": 1728781282, - "narHash": "sha256-hUP9oxmnOmNnKcDOf5Y55HQ+NnoT0+bLWHLQWLLw9Ks=", - "owner": "nix-community", - "repo": "nixpkgs.lib", - "rev": "16340f605f4e8e5cf07fd74dcbe692eee2d4f51b", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "nixpkgs.lib", - "type": "github" - } - }, - "nixos-generators": { - "inputs": { - "nixlib": "nixlib", - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1729127034, - "narHash": "sha256-42AMGl+dh4I2wGgICSeDI1mqYaDEJhwqquHJ1vA0QiQ=", - "owner": "nix-community", - "repo": "nixos-generators", - "rev": "dd28a0806e7124fe392c33c9ccaa12f21970401f", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "nixos-generators", - "type": "github" - } - }, "nixpkgs": { "locked": { "lastModified": 1728888510, @@ -640,7 +604,6 @@ "home-manager": "home-manager_2", "nix-darwin": "nix-darwin", "nix-minecraft": "nix-minecraft", - "nixos-generators": "nixos-generators", "nixpkgs": "nixpkgs", "nixvim": "nixvim", "stylix": "stylix", diff --git a/flake.nix b/flake.nix index 3b5b70c..b965bab 100644 --- a/flake.nix +++ b/flake.nix @@ -34,11 +34,6 @@ url = "github:Infinidoge/nix-minecraft"; inputs.nixpkgs.follows = "nixpkgs"; }; - - nixos-generators = { - url = "github:nix-community/nixos-generators"; - inputs.nixpkgs.follows = "nixpkgs"; - }; }; outputs = { @@ -51,7 +46,6 @@ d, binwarden, treefmt-nix, - nixos-generators, ... } @ inputs: let inherit (self) outputs;