From 63fdb7cc978311a3968be2b9a1e693d947c2f4c4 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Fri, 30 May 2025 18:24:00 -0500 Subject: [PATCH] Desktop Updates Fri May 30 06:24:00 PM CDT 2025 --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 = [