From f8f3f6990b659e0930453c03685182c3ff3b4dd7 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 16 Jul 2023 15:31:19 +0800 Subject: [PATCH] lib/images: refactor unneeded code --- lib/images.nix | 3 --- 1 file changed, 3 deletions(-) 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" }: