summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-01 03:31:58 -0800
committerFuwn <[email protected]>2026-02-01 03:34:12 -0800
commitf540f1accc5d89a1d5c0ca4d7b269ba1d9407b09 (patch)
tree2d8d13524ccf0e2a8beaa4b292d43f83020f3286 /flake.nix
parentNara(Homebrew): Add Hugging Face Hub CLI brew (diff)
downloadnixos-config-f540f1accc5d89a1d5c0ca4d7b269ba1d9407b09.tar.xz
nixos-config-f540f1accc5d89a1d5c0ca4d7b269ba1d9407b09.zip
Nara: Move four development packages from home to modules
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 4b8d469..0361d46 100644
--- a/flake.nix
+++ b/flake.nix
@@ -127,6 +127,11 @@
# flake = false;
# };
+ oven-sh-homebrew-bun = {
+ url = "github:oven-sh/homebrew-bun";
+ flake = false;
+ };
+
cachix = {
url = "github:cachix/cachix";