feat: Add map jump_beef
This commit is contained in:
14
tf2/packages/maps.nix
Normal file
14
tf2/packages/maps.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ fetchFromGameBanana, mkTf2Config }:
|
||||
|
||||
{
|
||||
jump_beef = mkTf2Config {
|
||||
pname = "jump_beef";
|
||||
maps = [
|
||||
(fetchFromGameBanana {
|
||||
name = "jump_beef";
|
||||
id = "323807";
|
||||
hash = "sha256-A/MqnQJAt+MOZGnZOy7CgbLuXwKdbU0DjudMkTZoW6c=";
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user