diff --git a/lib/images.nix b/lib/images.nix index b16f4c29..3063644d 100644 --- a/lib/images.nix +++ b/lib/images.nix @@ -2,9 +2,6 @@ # for use in flake.nix and nowhere else. { inputs, lib }: -let - inherit (inputs) nixpkgs home-manager nixos-generators; -in { # A wrapper around the NixOS configuration function. mkHost = { system, extraModules ? [ ], extraArgs ? { }, nixpkgs-channel ? "nixpkgs" }: