ctucx.git: nixfiles

ctucx' nixfiles

commit b36a11dcde4be21becef04461f8a27de22cf5603
parent 596f41a95200ee4c23a4f76985c6b30395d4fe0e
Author: Leah (ctucx) <git@ctu.cx>
Date: Sat, 26 Nov 2022 15:48:56 +0100

machines: deprecate `blechkasten`
2 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/flake.nix b/flake.nix
@@ -78,15 +78,6 @@
 
     darwinConfigurations = {
 
-      blechkasten = inputs.darwin.lib.darwinSystem rec {
-        system = "aarch64-darwin";
-        specialArgs = {
-          currentSystem = system;
-          inherit inputs;
-        };
-        modules = [ ./machines/blechkasten/darwin-configuration.nix ];
-      };
-
       blechbuechse = inputs.darwin.lib.darwinSystem rec {
         system = "aarch64-darwin";
         specialArgs = {
diff --git a/machines/blechkasten/darwin-configuration.nix b/machines/deprecated/blechkasten/darwin-configuration.nix