chore(14900k): disable handbrake due to ffmpeg-full incompatibility

Comment out handbrake installation because the current ffmpeg-full-8.1.2
version in nixpkgs contains a broken A01-mov-read patch that prevents
successful builds. This is a temporary measure until nixpkgs is updated
or the system is switched to a stable channel.
This commit is contained in:
2026-07-15 10:38:08 -03:00
parent f3d358ce12
commit 6291076494
2 changed files with 3 additions and 5 deletions
-4
View File
@@ -20,9 +20,5 @@
}
];
programs.npm = {
enable = true;
globalPackages = ["freebuff"];
};
};
}