mirror of
https://github.com/pabloaul/lsfg-vk-flake.git
synced 2025-08-27 10:56:29 -03:00
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
This commit is contained in:
parent
1059d6fdb3
commit
7fb37b6b4e
1 changed files with 6 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue