chore: update for new tmpl
Signed-off-by: jolheiser <john.olheiser@gmail.com>devflake
parent
27a9c23600
commit
c653a0d276
|
@ -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}}
|
||||||
];
|
];
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue