Inherit pkgs for raspi

This commit is contained in:
Andreas Zweili 2022-11-04 13:52:30 +01:00
parent 1aab14c998
commit b0454bd1aa
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ let
};
in
inputs.nixpkgs.lib.nixosSystem {
inherit system;
inherit pkgs system;
specialArgs = { inherit custom inputs; };
modules = (
[