master @ 21 LINES
[ HISTORY ] [ UP ]
┌─ NIX ──────────────────────────────────────────────────────────────────────┐
│ { │
│ 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;}; │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ NIX ────────────────────────────────┐
│ { │
│ 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