build!: cache attic client and remove "latest" flake output (#18)
Reviewed-on: https://git.vdx.hu/voidcontext/woodpecker-plugin-nix-attic/pulls/18 Co-authored-by: Gabor Pihaj <gabor.pihaj@gmail.com> Co-committed-by: Gabor Pihaj <gabor.pihaj@gmail.com>
This commit is contained in:
parent
2bf013c916
commit
6f919c5237
2 changed files with 8 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
|||
mkImage = import ./mkImage.nix {inherit pkgs entrypoint;};
|
||||
in {
|
||||
packages.x86_64-linux.default = mkImage null;
|
||||
packages.x86_64-linux.woodpecker-plugin-nix-attic-latest = mkImage "latest";
|
||||
packages.x86_64-linux.attic-client = pkgs.attic-client;
|
||||
packages.x86_64-linux.woodpecker-plugin-nix-attic-release = mkImage "0.1.1";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue