aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/darwin.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-04-24 19:56:27 -0700
committerFranck Cuny <franck@fcuny.net>2025-04-24 19:56:27 -0700
commitddfc6cef59f47d6e3713acae619dda1ca4740ed0 (patch)
treebcc7e1a1cbb2bebc4c03ab596adf340f0fca3bdf /nix/users/fcuny/darwin.nix
parentadd more shell aliases for nix commands (diff)
downloadinfra-ddfc6cef59f47d6e3713acae619dda1ca4740ed0.tar.gz
build python packages for llm
To get a more recent version of the llm python tool and the anthropic module, we need to build the packages ourselves. Refactor how we're building overlays to make it easier to add new packages using the `pkgsUnstable` set.
Diffstat (limited to 'nix/users/fcuny/darwin.nix')
-rw-r--r--nix/users/fcuny/darwin.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nix/users/fcuny/darwin.nix b/nix/users/fcuny/darwin.nix
index 1291031..fc412c9 100644
--- a/nix/users/fcuny/darwin.nix
+++ b/nix/users/fcuny/darwin.nix
@@ -1,7 +1,5 @@
{ pkgs, ... }:
{
- nixpkgs.overlays = import ../../../nix/lib/overlays.nix;
-
# The user should already exist, but we need to set this up so Nix knows
# what our home directory is (https://github.com/LnL7/nix-darwin/issues/423).
users.users.fcuny = {