idk
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -137,7 +137,7 @@ let
|
||||
distributedBuilds = true;
|
||||
buildMachines = [
|
||||
{
|
||||
hostName = "pi5.local";
|
||||
hostName = "10.0.1.18";
|
||||
system = "aarch64-linux";
|
||||
maxJobs = 4;
|
||||
sshUser = "matt";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, namespace, ... }:
|
||||
let
|
||||
kernel = pkgs.${namespace}.linuxPackages_cachyos-lto;
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user