Skip to content

Commit 08a7112

Browse files
committed
Don't hard-code the name of the operator in the link-farm derivation name
1 parent 476b7a0 commit 08a7112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ rec {
117117
Cmd = [ "run" ];
118118
};
119119
};
120-
docker = pkgsLocal.linkFarm "listener-operator-docker" [
120+
docker = pkgsLocal.linkFarm "${dockerImage.name}-docker" [
121121
{
122122
name = "load-image";
123123
path = dockerImage;

0 commit comments

Comments
 (0)