mirror of
https://github.com/icewind1991/nvidia-patch-nixos.git
synced 2026-06-03 11:04:06 +02:00
test the patching in ci
This commit is contained in:
parent
4067b499f6
commit
d8ae037271
4 changed files with 19 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue