vkd3d-proton: nixfmt-rfc-style
This commit is contained in:
parent
dced6710d6
commit
e9cb38e00d
@ -14,7 +14,10 @@ in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
inherit (sources.vkd3d-proton) pname version src;
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
outputs = [
|
||||
"out"
|
||||
"dev"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
glslang
|
||||
|
@ -1,9 +1,8 @@
|
||||
{
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
{ fetchFromGitHub }:
|
||||
|
||||
{
|
||||
vkd3d-proton = let
|
||||
vkd3d-proton =
|
||||
let
|
||||
self = {
|
||||
pname = "vkd3d-proton";
|
||||
version = "2.8-unstable-2023-04-21";
|
||||
|
Loading…
Reference in New Issue
Block a user