From 37f1b86923f6dd534c26d2d1be6b0de14be20105 Mon Sep 17 00:00:00 2001 From: Bo Jeanes Date: Tue, 23 Jul 2024 12:54:31 +1000 Subject: [PATCH] Add Jabberwocky as an alias to Bandersnatch for now Jabberwocky is a different machine and they ideally should have their own configs with shared modules, but for the time being it's fine for them to be resolved to the exact same derivation. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 8ab5e74..3f7f848 100644 --- a/flake.nix +++ b/flake.nix @@ -65,6 +65,8 @@ # Configurations for macOS machines darwinConfigurations = { + # Work M3 Max MBP + Jabberwocky = self.darwinConfigurations.Bandersnatch; # Personal M1 Max MBP Bandersnatch = self.nixos-flake.lib.mkMacosSystem {