fix: temporarily remove broken packages
Some checks failed
Continuous Integration / Checks (push) Has been cancelled

This commit is contained in:
Tim Schubert 2025-10-07 22:23:46 +02:00
parent 1bf32e0177
commit f1ee732c7c
No known key found for this signature in database
2 changed files with 8 additions and 4 deletions

View file

@ -69,7 +69,8 @@ with pkgs;
krita
ldns
liboping # oping, ping multiple hosts at once
libreoffice
# FIXME: broken in nixpkgs
#libreoffice
libvirt
lsof
lynis
@ -122,7 +123,8 @@ with pkgs;
skim # fzf in Rust
slurp
socat
solvespace
# FIXME: broken in nixpkgs
#solvespace
spotify
sqlite
sshfs-fuse

View file

@ -49,7 +49,8 @@
# For debugging and troubleshooting Secure Boot.
pkgs.sbctl
# Framework embedded controller interface
pkgs.fw-ectool
# FIXME: build broken in nixpkgs
#pkgs.fw-ectool
];
hardware = {
@ -62,7 +63,8 @@
enable = true;
extraPackages = with pkgs; [
vaapiVdpau
libvdpau-va-gl
# FIXME: broken in nixpkgs
# libvdpau-va-gl
];
};
};