diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-24 19:56:27 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-24 19:56:27 -0700 |
| commit | ddfc6cef59f47d6e3713acae619dda1ca4740ed0 (patch) | |
| tree | bcc7e1a1cbb2bebc4c03ab596adf340f0fca3bdf /flake.lock | |
| parent | add more shell aliases for nix commands (diff) | |
| download | infra-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 '')
| -rw-r--r-- | flake.lock | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -95,6 +95,22 @@ "type": "github" } }, + "nixpkgsUnstable": { + "locked": { + "lastModified": 1745391562, + "narHash": "sha256-sPwcCYuiEopaafePqlG826tBhctuJsLx/mhKKM5Fmjo=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "8a2f738d9d1f1d986b5a4cd2fd2061a7127237d7", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "pre-commit-hooks": { "inputs": { "flake-compat": "flake-compat", @@ -122,6 +138,7 @@ "darwin": "darwin", "home-manager": "home-manager", "nixpkgs": "nixpkgs", + "nixpkgsUnstable": "nixpkgsUnstable", "pre-commit-hooks": "pre-commit-hooks", "treefmt-nix": "treefmt-nix" } |
