diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 0 insertions, 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 { |