From 7fb37b6b4e52d28d93d123dff904b42b3ff5142a Mon Sep 17 00:00:00 2001 From: Nojus Date: Sun, 13 Jul 2025 04:30:08 +0200 Subject: [PATCH] default.nix: fetch lsfg-vk from git instead of locally should've done that earlier so that there is less friction for people to try this out. now you won't have to drag the files from here to lsfg-vk --- default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 0572c98..b963aa2 100644 --- a/default.nix +++ b/default.nix @@ -33,7 +33,12 @@ in llvmPackages.stdenv.mkDerivation { pname = "lsfg-vk"; version = "0.0.31"; - src = ./.; + src = fetchFromGitHub { + owner = "PancakeTAS"; + repo = "lsfg-vk"; + rev = "3ec418fd0f802f245bc31511d33c94a25d045ae8"; + hash = "sha256-xMRrqKaqKxzOjEFcLas6nRgvIpaZ94ca9BZemEPsIbU="; + }; # we need to unvendor dxvk and pe-parse which would normally be downloaded from git during buildtime in the cmakefiles patches = [