chore: update for new tmpl

Signed-off-by: jolheiser <john.olheiser@gmail.com>
devflake
jolheiser 2023-08-20 14:31:11 -05:00
parent 27a9c23600
commit c653a0d276
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
2 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,7 @@
in { in {
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
{{- range $pkg := (splitList "," packages)}} {{- range $pkg := (splitList "\n" packages)}}
{{trim $pkg}} {{trim $pkg}}
{{- end}} {{- end}}
]; ];

View File

@ -1,8 +1,9 @@
prompts: prompts:
- id: unstable - id: unstable
label: Use unstable label: Use unstable
help: Blank for stable, non-blank for unstable type: confirm
- id: packages - id: packages
label: Packages label: Packages
help: nixpkgs delimited by comma help: nixpkgs, one on each line
type: multi