refactor(gsr): clean up deriv and remove path warning

This commit is contained in:
matt1432 2025-02-11 12:30:42 -05:00
parent f68fcce055
commit 2c070a4be0
3 changed files with 18 additions and 9 deletions
packages/gpu-screen-recorder

View file

@ -5,5 +5,6 @@
}:
callPackage ./generic.nix {
pname = "gsr-kms-server";
isKmsServer = true;
inherit gpu-screen-recorder-src;
}