Commit d64cf501 authored by Tim Schumacher's avatar Tim Schumacher
Browse files

nixos/gpu-screen-recorder: Use getExe instead of building paths

parent 41da8f04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
    };
  };