mirror of
https://github.com/pabloaul/lsfg-vk-flake.git
synced 2025-08-28 03:16:30 -03:00
project: apply formatting
This commit is contained in:
parent
641212e569
commit
de8696f83f
3 changed files with 31 additions and 22 deletions
22
default.nix
22
default.nix
|
@ -1,14 +1,15 @@
|
|||
{ lib
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
, ninja
|
||||
, vulkan-headers
|
||||
, vulkan-loader
|
||||
, llvmPackages
|
||||
, spirv-headers
|
||||
}: let
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
ninja,
|
||||
vulkan-headers,
|
||||
vulkan-loader,
|
||||
llvmPackages,
|
||||
spirv-headers,
|
||||
}:
|
||||
|
||||
in llvmPackages.stdenv.mkDerivation {
|
||||
llvmPackages.stdenv.mkDerivation {
|
||||
pname = "lsfg-vk";
|
||||
version = "unstable-2025-07-14-83b869b";
|
||||
|
||||
|
@ -40,6 +41,7 @@ in llvmPackages.stdenv.mkDerivation {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Vulkan layer for frame generation (Requires Lossless Scaling install)";
|
||||
homepage = "https://github.com/PancakeTAS/lsfg-vk/";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue