diff --git a/flake.nix b/flake.nix index 19da254..f66847d 100755 --- a/flake.nix +++ b/flake.nix @@ -477,8 +477,9 @@ # pi5 "pi5" = nixos-raspberrypi.lib.nixosSystem { - specialArgs = { - inherit inputs outputs; + specialArgs = inputs // + { + inherit outputs; }; system = "aarch64-linux"; modules = [