feat(configurations)!: {lib -> inputs.nixpkgs.lib}.nixosSystem
This commit is contained in:
parent
1b913fcf9b
commit
c9b5210325
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ let
|
|||
});
|
||||
};
|
||||
|
||||
mkNixosHost = args @ { root, system, hostname, users }: lib.nixosSystem {
|
||||
mkNixosHost = args @ { root, system, hostname, users }: inputs.nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
pkgs = withSystem system ({ pkgs, ... }: pkgs);
|
||||
|
||||
|
|
Loading…
Reference in a new issue