Skip to content

Commit

Permalink
fix: devShell generation for baseimgs (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshit Gondwal <[email protected]>
  • Loading branch information
rakshitgondwal authored Jul 13, 2024
1 parent 7c5303d commit 7cf0ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/nix/template/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const (
{{ if eq .Language "JsNpm"}} inherit buildNodeModules; {{end}}
};
});
{{end}}
devShells = forEachSupportedSystem ({ pkgs,
{{if eq .Language "GoModule"}} buildGoApplication, {{end}}
{{if eq .Language "PythonPoetry"}} mkPoetryApplication, {{end}}
Expand All @@ -137,7 +137,7 @@ const (
];
};
});
{{end}}
runtimeEnvs = forEachSupportedSystem ({ pkgs,
{{if eq .Language "GoModule"}} buildGoApplication, {{end}}
{{if eq .Language "PythonPoetry"}} mkPoetryApplication, {{end}}
Expand Down

0 comments on commit 7cf0ef0

Please sign in to comment.