vkd3d-proton: nixfmt-rfc-style

This commit is contained in:
Anderson Torres 2024-08-02 11:54:05 -03:00
parent dced6710d6
commit e9cb38e00d
2 changed files with 37 additions and 35 deletions

View File

@ -14,7 +14,10 @@ in
stdenv.mkDerivation (finalAttrs: {
inherit (sources.vkd3d-proton) pname version src;
outputs = [ "out" "dev" ];
outputs = [
"out"
"dev"
];
nativeBuildInputs = [
glslang

View File

@ -1,9 +1,8 @@
{
fetchFromGitHub,
}:
{ fetchFromGitHub }:
{
vkd3d-proton = let
vkd3d-proton =
let
self = {
pname = "vkd3d-proton";
version = "2.8-unstable-2023-04-21";