From bb2c96798122632dfc520730d5095a4407a4d3e7 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 6 Jul 2023 16:45:27 +0800 Subject: [PATCH] feat: add darwin packages using homebrew --- modules/darwin/apps.nix | 3 +++ modules/nixos/core-server.nix | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/darwin/apps.nix b/modules/darwin/apps.nix index 4e857f5b..08cf4c9c 100644 --- a/modules/darwin/apps.nix +++ b/modules/darwin/apps.nix @@ -47,6 +47,9 @@ brews = [ # `brew install` + "wget" + "curl" # no not install curl via nixpkgs, it's not working well on macOS! + "aria2" "httpie" "wireguard-tools" "tailscale" diff --git a/modules/nixos/core-server.nix b/modules/nixos/core-server.nix index 13c73789..202b0698 100644 --- a/modules/nixos/core-server.nix +++ b/modules/nixos/core-server.nix @@ -72,7 +72,6 @@ aria2 git # used by nix flakes git-lfs # used by huggingface models - k9s # create a fhs environment by command `fhs`, so we can run non-nixos packages in nixos! (