Fix pyroscope ports attribute
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
2025-05-24 12:01:30 +02:00
parent 1988b36f03
commit 2dae23560d

View File

@@ -3,6 +3,6 @@
virtualisation.oci-containers.containers.pyroscope = { virtualisation.oci-containers.containers.pyroscope = {
pull = "missing"; pull = "missing";
image = "grafana/pyroscope:latest"; image = "grafana/pyroscope:latest";
ports = "4040:4040"; ports = [ "4040:4040" ];
}; };
} }