This commit is contained in:
mjallen18
2025-12-29 21:43:09 -06:00
parent 4ac6de479c
commit ae8bcdf690
3 changed files with 5 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ in
"jemalloc"
"jupiter-fan-control"
"libcamera-rpi"
# "libsecret"
"libsecret"
"linux"
"mesa"
"mesa_i686"
@@ -43,6 +43,7 @@ in
"qemu"
"qemu_kvm"
"qemu_full"
"qemu-host-cpu-only"
"qt3d"
"qtdeclarative"
"qtmultimedia"
@@ -113,7 +114,7 @@ in
(_self: super: {
rocmPackages = super.stable.rocmPackages;
uv = super.stable.uv;
libsecret = super.stable.libsecret;
# libsecret = super.stable.libsecret;
piper-tts = super.stable.piper-tts;
python3Packages = super.python3Packages // {
torch = super.stable.python3Packages.torch;

View File

@@ -137,7 +137,7 @@ let
distributedBuilds = true;
buildMachines = [
{
hostName = "pi5.local";
hostName = "10.0.1.18";
system = "aarch64-linux";
maxJobs = 4;
sshUser = "matt";

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, namespace, ... }:
let
kernel = pkgs.${namespace}.linuxPackages_cachyos-lto;
in