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

View File

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

View File

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