Commented out failing builds

This commit is contained in:
2025-07-31 14:10:36 -07:00
parent f6087ae017
commit b3a27173eb
2 changed files with 4 additions and 4 deletions

View File

@@ -41,12 +41,12 @@ in {
environment.systemPackages = with pkgs; [
audacity
# darktable # Currently failing to build
# aaudacity
# darktable
deadbeef
glava
obs-studio
# plex-desktop --> Encountering build failures
plex-desktop
projectm_3
sox
spotify-player

View File

@@ -2,7 +2,7 @@
{
environment.systemPackages = with pkgs; [
kicad
pcb2gcode
#pcb2gcode
];
}