test the patching in ci

This commit is contained in:
Robin Appelman 2024-12-09 19:28:02 +01:00
commit d8ae037271
4 changed files with 19 additions and 1 deletions

View file

@ -15,10 +15,12 @@
];
pkgs = (import nixpkgs) {
inherit system overlays;
config.allowUnfreePredicate = pkg: true;
};
in rec {
packages = rec {
inherit (pkgs) nvidia-patch-extractor nvidia-patch nvidia-patch-list;
nvidia-patched = nvidia-patch.patch-nvenc (nvidia-patch.patch-fbc pkgs.linuxPackages.nvidiaPackages.stable);
};
devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [jq patch];