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