package sourcemod-plugin-extend-humiliation

This commit is contained in:
Robin Appelman 2026-07-10 22:50:57 +02:00
commit d723744bcf
3 changed files with 34 additions and 1 deletions

View file

@ -83,6 +83,7 @@
"sourcemod-plugin-restorescore"
"sourcemod-plugin-supstats2"
"sourcemod-plugin-waitforstv"
"sourcemod-plugin-extend-humiliation"
]
// {
test = pkgs:
@ -122,7 +123,7 @@
};
devShells.default = {pkgs, ...}: {
packages = with pkgs; [nix-update depotdownloader];
packages = with pkgs; [nix-update];
};
};
}