Install attic client in forgejo nix action image
This commit is contained in:
parent
fd910d91c2
commit
d7d4d7b0a9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in
|
|||
fromImage = nixFromDockerHub;
|
||||
copyToRoot = pkgs.buildEnv {
|
||||
name = "image-root";
|
||||
paths = [ pkgs.coreutils ];
|
||||
paths = [ pkgs.coreutils pkgs.attic-client ];
|
||||
pathsToLink = [ "/bin" ];
|
||||
};
|
||||
};
|
||||
|
|
Reference in a new issue