main @ 13 LINES
[ HISTORY ] [ UP ]
┌─ NIX ──────────────────────────────────────────────────────────────────────┐
│ { │
│ flake.templates = { │
│ default = { │
│ path = ./basic; │
│ description = "Default project template"; │
│ }; │
│ go = { │
│ path = ./go; │
│ description = "Basic go template"; │
│ }; │
│ }; │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ NIX ────────────────────────────────┐
│ { │
│ flake.templates = { │
│ default = { │
│ path = ./basic; │
│ description = "Default project templat │
│ e"; │
│ }; │
│ go = { │
│ path = ./go; │
│ description = "Basic go template"; │
│ }; │
│ }; │
│ } │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET