This commit is contained in:
2026-07-08 02:42:38 -07:00
parent b0a1e26498
commit 28ede0cd3e
7 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{ inputs, pkgs, lib, ... }:
let
pkgsUnstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system};
pkgsUnstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system};
# Pin to b9828; nixpkgs-unstable lags too far behind for the features we need.
# To update: nix-prefetch-url --unpack https://github.com/ggml-org/llama.cpp/archive/refs/tags/bNNNN.tar.gz
# then: nix run nixpkgs#prefetch-npm-deps -- <unpacked>/tools/ui/package-lock.json
@@ -141,7 +141,7 @@ in
"1.1.1.1"
"8.8.8.8"
];
services.resolved.domains = [
services.resolved.settings.Resolve.Domains = [
"~mcp.metacircular.net"
];
};