Revert "fix: temporarily remove broken packages"

This reverts commit f1ee732c7c.
This commit is contained in:
Tim Schubert 2025-10-10 21:32:08 +02:00
parent 737a5cb268
commit 14289eee5c
No known key found for this signature in database
2 changed files with 4 additions and 8 deletions

View file

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