From 79ba61bd981cceee5792500ad6a87f5d8f81c9c6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 9 Apr 2024 21:06:50 +0200 Subject: remove specialArgs from configurations that do not use them --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index ad11212e..2895d65d 100644 --- a/flake.nix +++ b/flake.nix @@ -49,12 +49,10 @@ }; nixosConfigurations.nanopi = nixpkgs.lib.nixosSystem { system = aarch64LinuxSystem; - specialArgs = attrs; modules = [ ./nanopi.nix ]; }; darwinConfigurations.mba = darwin.lib.darwinSystem { system = darwinSystem; - specialArgs = attrs; modules = [ ./system/mba.nix ]; }; homeConfigurations."alan@mba" = home-manager.lib.homeManagerConfiguration { -- cgit 1.4.1