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 {
devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
{{- range $pkg := (splitList "," packages)}}
{{- range $pkg := (splitList "\n" packages)}}
{{trim $pkg}}
{{- end}}
];

View File

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