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