OOKNET                             [ /  search the index  ]  
──────────────────────────────────────────────────────────────────────────────────────
══════════════════════════════════════════════════════════════════════════════════════
OOKNET   [ /  search  ]  
────────────────────────────────────────────────
════════════════════════════════════════════════
 
 
master @ 21 LINES
 
[ HISTORY ]  [ UP ]
 

{
  lib,
  consumables,
  ...
}: {
  playableRaces = [
    "human"
    "dwarf"
    "gnome"
    "worgen"
    "orc"
    "undead"
    "troll"
    "blood_elf"
    "goblin"
  ];
  affliction = import ./affliction.nix {inherit lib consumables;};
  demonology = import ./demonology.nix {inherit lib consumables;};
  destruction = import ./destruction.nix {inherit lib consumables;};
}

{
  lib,
  consumables,
  ...
}: {
  playableRaces = [
    "human"
    "dwarf"
    "gnome"
    "worgen"
    "orc"
    "undead"
    "troll"
    "blood_elf"
    "goblin"
  ];
  affliction = import ./affliction.nix {inhe
rit lib consumables;};
  demonology = import ./demonology.nix {inhe
rit lib consumables;};
  destruction = import ./destruction.nix {in
herit lib consumables;};
}
 
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET