Skip to content

Commit b207da9

Browse files
committed
set image name to ghcr
1 parent 2b64bf6 commit b207da9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

overlay.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ let
88

99
basil-tools-shell = prev.callPackage ./basil-shell.nix { };
1010
basil-tools-docker = (prev.callPackage ./docker-tools.nix { }).streamNixShellImage {
11-
name = "basil-tools-docker";
12-
tag = "latest";
11+
name = "ghcr.io/UQ-PAC/basil/basil-tools-docker";
1312
drv = final.basil-tools-shell;
1413
};
1514

0 commit comments

Comments
 (0)