summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock17
-rw-r--r--flake.nix5
-rw-r--r--modules/mac/programs/homebrew/casks.nix1
-rw-r--r--modules/mac/programs/homebrew/nix-homebrew.nix1
4 files changed, 24 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 85bc965..8b203dd 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1991,6 +1991,7 @@
"systems": "systems_2",
"tailray": "tailray",
"tsutsumi": "tsutsumi",
+ "tuist-homebrew-tap": "tuist-homebrew-tap",
"umu": "umu"
}
},
@@ -2389,6 +2390,22 @@
"type": "github"
}
},
+ "tuist-homebrew-tap": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1735062004,
+ "narHash": "sha256-UICDRa5FnDuvSbUWbetFsMNuy5J9TCc/uY/McuK5eDw=",
+ "owner": "tuist",
+ "repo": "homebrew-tuist",
+ "rev": "1746821ad33cba5327c88661984f2e639339af2c",
+ "type": "github"
+ },
+ "original": {
+ "owner": "tuist",
+ "repo": "homebrew-tuist",
+ "type": "github"
+ }
+ },
"u-boot-src": {
"flake": false,
"locked": {
diff --git a/flake.nix b/flake.nix
index 47c731b..87fb6d7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -431,6 +431,11 @@
};
};
+ tuist-homebrew-tap = {
+ url = "github:tuist/homebrew-tuist";
+ flake = false;
+ };
+
umu = {
url =
"git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&submodules=1";
diff --git a/modules/mac/programs/homebrew/casks.nix b/modules/mac/programs/homebrew/casks.nix
index 6dc84ad..0bf2fab 100644
--- a/modules/mac/programs/homebrew/casks.nix
+++ b/modules/mac/programs/homebrew/casks.nix
@@ -3,5 +3,6 @@
"alt-tab"
"iina"
"aerospace"
+ "tuist"
];
}
diff --git a/modules/mac/programs/homebrew/nix-homebrew.nix b/modules/mac/programs/homebrew/nix-homebrew.nix
index 487bbaa..2a3db8a 100644
--- a/modules/mac/programs/homebrew/nix-homebrew.nix
+++ b/modules/mac/programs/homebrew/nix-homebrew.nix
@@ -13,6 +13,7 @@
"homebrew/homebrew-bundle" = homebrew-bundle;
"nerdsupremacist/homebrew-tap" = nerdsupremacist-homebrew-tap;
"nikitabobko/homebrew-tap" = nikitabobko-homebrew-tap;
+ "tuist/homebrew-tuist" = tuist-homebrew-tap;
};
};
}