diff options
author | Alan Pearce | 2024-04-09 21:06:50 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-09 21:06:50 +0200 |
commit | 79ba61bd981cceee5792500ad6a87f5d8f81c9c6 (patch) | |
tree | cdc14e7cb6672f3b1cc5ba129eb054fdbd432c64 | |
parent | 8008288a089315b056c2d8907ce4a6d2b19a3cad (diff) | |
download | nixfiles-79ba61bd981cceee5792500ad6a87f5d8f81c9c6.tar.lz nixfiles-79ba61bd981cceee5792500ad6a87f5d8f81c9c6.tar.zst nixfiles-79ba61bd981cceee5792500ad6a87f5d8f81c9c6.zip |
remove specialArgs from configurations that do not use them
-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 { |