Skip to content

Commit

Permalink
build: use legacy packages for manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Dec 12, 2024
1 parent afcfe55 commit 8996056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
grpc-proxy-full = pkgs.callPackage ./full.nix { inherit (config.packages) grpc-proxy; };
docker = pkgs.callPackage ./docker.nix { inherit (config.packages) grpc-proxy-full; };
};
apps.docker-manifest.program = flocken.legacyPackages.${system}.mkDockerManifest {
legacyPackages.docker-manifest = flocken.legacyPackages.${system}.mkDockerManifest {
github = {
enable = true;
token = "$GH_TOKEN";
Expand Down

0 comments on commit 8996056

Please sign in to comment.