Skip to content

Commit 7cf0ef0

Browse files
fix: devShell generation for baseimgs (#85)
Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>
1 parent 7c5303d commit 7cf0ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/nix/template/templates.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const (
122122
{{ if eq .Language "JsNpm"}} inherit buildNodeModules; {{end}}
123123
};
124124
});
125-
125+
{{end}}
126126
devShells = forEachSupportedSystem ({ pkgs,
127127
{{if eq .Language "GoModule"}} buildGoApplication, {{end}}
128128
{{if eq .Language "PythonPoetry"}} mkPoetryApplication, {{end}}
@@ -137,7 +137,7 @@ const (
137137
];
138138
};
139139
});
140-
{{end}}
140+
141141
runtimeEnvs = forEachSupportedSystem ({ pkgs,
142142
{{if eq .Language "GoModule"}} buildGoApplication, {{end}}
143143
{{if eq .Language "PythonPoetry"}} mkPoetryApplication, {{end}}

0 commit comments

Comments
 (0)