chore: update for new tmpl
Signed-off-by: jolheiser <john.olheiser@gmail.com>devflake
parent
27a9c23600
commit
c653a0d276
|
@ -15,7 +15,7 @@
|
|||
in {
|
||||
devShells.default = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
{{- range $pkg := (splitList "," packages)}}
|
||||
{{- range $pkg := (splitList "\n" packages)}}
|
||||
{{trim $pkg}}
|
||||
{{- end}}
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue