summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-04-09 21:06:50 +0200
committerAlan Pearce2024-04-09 21:06:50 +0200
commit79ba61bd981cceee5792500ad6a87f5d8f81c9c6 (patch)
treecdc14e7cb6672f3b1cc5ba129eb054fdbd432c64 /flake.nix
parent8008288a089315b056c2d8907ce4a6d2b19a3cad (diff)
downloadnixfiles-79ba61bd981cceee5792500ad6a87f5d8f81c9c6.tar.lz
nixfiles-79ba61bd981cceee5792500ad6a87f5d8f81c9c6.tar.zst
nixfiles-79ba61bd981cceee5792500ad6a87f5d8f81c9c6.zip
remove specialArgs from configurations that do not use them
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
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 {