prometheus-nixos-exporter: fix NixOS 23.05 compatibility, sigh
Pierre Bourdon committed
Feb 9, 2024 at 00:48 UTC
eeccc262b386e29d3aec05e2c12c68b53637215b
1 file changed
+1
-1
modules/prometheus/nixos-exporter/default.nix
+1
-1
@@ -5,7 +5,7 @@ with python3Packages;
5
buildPythonApplication {
6
pname = "prometheus-nixos-exporter";
7
version = "0.0";
8
- pyproject = true;
8
+ format = "pyproject";
9
10
src = ./.;
11