diff --git a/default.nix b/default.nix index 577cbf5..0572c98 100644 --- a/default.nix +++ b/default.nix @@ -37,7 +37,7 @@ in llvmPackages.stdenv.mkDerivation { # we need to unvendor dxvk and pe-parse which would normally be downloaded from git during buildtime in the cmakefiles patches = [ - (replaceVars ./no-download.patch { + (replaceVars ./nix-cmake.patch { inherit dxvk-git peparse-git python3; }) ]; diff --git a/no-download.patch b/nix-cmake.patch similarity index 100% rename from no-download.patch rename to nix-cmake.patch