This commit is contained in:
2024-01-23 03:25:08 +00:00
parent a12d6c487a
commit 95c16b345c
3 changed files with 12 additions and 37 deletions

View File

@@ -10,6 +10,18 @@
# example = prev.example.overrideAttrs (oldAttrs: rec {
# ...
# });
pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
(
python-final: python-prev:
{
prometheus-api-client = python-final.callPackage ../pkgs/python/prometheus-api-client { };
}
)
];
};
# When applied, the unstable nixpkgs set (declared in the flake inputs) will