We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5303d commit 7cf0ef0Copy full SHA for 7cf0ef0
pkg/nix/template/templates.go
@@ -122,7 +122,7 @@ const (
122
{{ if eq .Language "JsNpm"}} inherit buildNodeModules; {{end}}
123
};
124
});
125
-
+ {{end}}
126
devShells = forEachSupportedSystem ({ pkgs,
127
{{if eq .Language "GoModule"}} buildGoApplication, {{end}}
128
{{if eq .Language "PythonPoetry"}} mkPoetryApplication, {{end}}
@@ -137,7 +137,7 @@ const (
137
];
138
139
140
- {{end}}
+
141
runtimeEnvs = forEachSupportedSystem ({ pkgs,
142
143
0 commit comments