mirror of
https://codeberg.org/spire/nix.git
synced 2026-06-03 09:54:19 +02:00
fmt
This commit is contained in:
parent
8e8445cec9
commit
9a1881d10a
1 changed files with 15 additions and 14 deletions
|
|
@ -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
|
||||
'';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue