feat: JumpAcademy.tf maps
This commit is contained in:
13
tf2/packages/maps/jump-academy/default.nix
Normal file
13
tf2/packages/maps/jump-academy/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ mkTf2Config, fetchurl }:
|
||||
|
||||
builtins.mapAttrs
|
||||
(name: e: mkTf2Config {
|
||||
pname = name;
|
||||
env.description = e.description;
|
||||
maps = [
|
||||
(fetchurl {
|
||||
inherit (e.src) url hash;
|
||||
})
|
||||
];
|
||||
})
|
||||
(builtins.fromJSON (builtins.readFile ./jump-academy.json))
|
||||
Reference in New Issue
Block a user