lib/images: refactor unneeded code

This commit is contained in:
Gabriel Arazas 2023-07-16 15:31:19 +08:00
parent d9bbe14bda
commit f8f3f6990b
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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" }: