nixos/gpu-screen-recorder: Use getExe instead of building paths
This commit is contained in:
@@ -32,7 +32,7 @@ in
|
||||
owner = "root";
|
||||
group = "root";
|
||||
capabilities = "cap_sys_admin+ep";
|
||||
source = "${package}/bin/gsr-kms-server";
|
||||
source = lib.getExe' package "gsr-kms-server";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user