Correct the module options for gwyn

This commit is contained in:
Andreas Zweili 2022-11-03 10:21:05 +01:00
parent 31c359380d
commit 833a0f23d0
2 changed files with 2 additions and 3 deletions

View File

@ -37,8 +37,7 @@ inputs.nixpkgs.lib.nixosSystem
[
# System configuration for this host
(import "${inputs.self}/systems/${hostname}" {
lib = pkgs.lib;
inherit custom inputs hostname pkgs;
inherit custom inputs hostname;
})
# Common configuration

View File

@ -1,4 +1,4 @@
{ custom, hostname, inputs, lib, pkgs, ... }:
{ custom, hostname, inputs }: { lib, pkgs, ... }:
{
imports = [
inputs.nixos-hardware.nixosModules.dell-precision-5530