Skip to content

Commit 0741cbf

Browse files
authored
Just use normal binary for netem (#2397)
Should save a _lot_ of build time; i.e. we don't need a static one just for our own internal testing.
2 parents 512ff4d + c295cc2 commit 0741cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/hydra/docker.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
];
3535
};
3636
config = {
37-
Entrypoint = [ "${self'.packages.hydra-node-static}/bin/hydra-node" ];
37+
Entrypoint = [ "${self'.packages.hydra-node}/bin/hydra-node" ];
3838
};
3939
};
4040

0 commit comments

Comments
 (0)