ctucx.git: nixfiles

ctucx' nixfiles

commit f16fadb6c62cf0b5911f61e3e7f28f8b3810e29e
parent c4ee33cc87c706c901daa290f1b8c8feb063161a
Author: Leah (ctucx) <git@ctu.cx>
Date: Sun, 18 Sep 2022 19:26:04 +0200

flake: add darwin-machine `blechbuechse`
1 file changed, 8 insertions(+), 0 deletions(-)
M
flake.nix
|
8
++++++++
diff --git a/flake.nix b/flake.nix
@@ -76,6 +76,14 @@
         };
         modules = [ ./machines/blechkasten/darwin-configuration.nix ];
       };
+      blechbuechse = inputs.darwin.lib.darwinSystem rec {
+        system = "aarch64-darwin";
+        specialArgs = {
+          currentSystem = system;
+          inherit inputs;
+        };
+        modules = [ ./machines/blechbuechse/darwin-configuration.nix ];
+      };
     };
 
     colmena = import ./hive.nix inputs;