This commit is contained in:
Robin Appelman 2023-11-10 23:05:15 +01:00
commit 9a1881d10a

View file

@ -1,7 +1,8 @@
{
stdenv,
fetchFromGitHub,
}: stdenv.mkDerivation rec {
}:
stdenv.mkDerivation rec {
pname = "sourcemod-include-library";
version = "19-10-2022";
@ -17,4 +18,4 @@
installPhase = ''
cp -r $src $out
'';
}
}