Commit e9cb38e0 authored by Anderson Torres's avatar Anderson Torres
Browse files

vkd3d-proton: nixfmt-rfc-style

parent dced6710
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -14,7 +14,10 @@ in
stdenv.mkDerivation (finalAttrs: {
  inherit (sources.vkd3d-proton) pname version src;

  outputs = [ "out" "dev" ];
  outputs = [
    "out"
    "dev"
  ];

  nativeBuildInputs = [
    glslang
+33 −34
Original line number Diff line number Diff line
{
  fetchFromGitHub,
}:
{ fetchFromGitHub }:

{
  vkd3d-proton = let
  vkd3d-proton =
    let
      self = {
        pname = "vkd3d-proton";
        version = "2.8-unstable-2023-04-21";