From 4137fdad471ac580923eb62755aeca17f46adb8c Mon Sep 17 00:00:00 2001 From: "K. Isom" Date: Sat, 19 Sep 2026 17:49:24 -0700 Subject: [PATCH] node->straylight, add gh --- configs/pkgs.nix | 1 - hw/straylight/default.nix | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/pkgs.nix b/configs/pkgs.nix index 5f58377..02b980f 100644 --- a/configs/pkgs.nix +++ b/configs/pkgs.nix @@ -47,7 +47,6 @@ ncdu ncurses nmap - nodejs ntp offpunk openssl diff --git a/hw/straylight/default.nix b/hw/straylight/default.nix index d385337..26a50cc 100644 --- a/hw/straylight/default.nix +++ b/hw/straylight/default.nix @@ -326,8 +326,10 @@ in # Pinned to the upstream flake (v0.9.0); nixpkgs-unstable only has 0.7.1. environment.systemPackages = [ inputs.herdr.packages.x86_64-linux.default + gh llamaModelsCmd llamaUnloadCmd + nodejs whisperTranscribe whisperCpp ];