Skip to content

Commit

Permalink
set image name to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Dec 11, 2024
1 parent 2b64bf6 commit e6b7a67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ let

basil-tools-shell = prev.callPackage ./basil-shell.nix { };
basil-tools-docker = (prev.callPackage ./docker-tools.nix { }).streamNixShellImage {
name = "basil-tools-docker";
tag = "latest";
name = "ghcr.io/uq-pac/basil-tools-docker";
drv = final.basil-tools-shell;
};

Expand Down

0 comments on commit e6b7a67

Please sign in to comment.