From 8626205a4c9c2df3136c7af5ca9cd25805f4393a Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 29 Jun 2022 21:46:15 +0200 Subject: [PATCH] Correct input to inputs --- lib/mk_raspi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mk_raspi.nix b/lib/mk_raspi.nix index 8f05765..2ef5631 100644 --- a/lib/mk_raspi.nix +++ b/lib/mk_raspi.nix @@ -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 = (