Skip to content

Commit

Permalink
fix(nix): update code image name
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Jun 27, 2024
1 parent 56ddb26 commit b9eee4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/containers/code.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
in
buildMultiUserNixImage {
inherit pkgs storeOwner;
name = "pyrovelocityjupyter";
name = "pyrovelocitycode";
tag = "latest";
maxLayers = 121;
fromImage = sudoImage;
Expand Down

0 comments on commit b9eee4b

Please sign in to comment.