Correct input to inputs

This commit is contained in:
Andreas Zweili 2022-06-29 21:46:15 +02:00
parent 5bc834dace
commit 8626205a4c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ custom, hostname, inputs, pkgs, system ? "aarch64-linux", home-module ? "headless" }: input.nixpkgs.lib.nixosSystem {
{ custom, hostname, inputs, pkgs, system ? "aarch64-linux", home-module ? "headless" }: inputs.nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = { inherit custom inputs; };
modules = (