flake update

This commit is contained in:
Robin Appelman 2026-03-27 21:41:37 +01:00
commit cc5ac92510
5 changed files with 35 additions and 24 deletions

3
nix/overlay.nix Normal file
View file

@ -0,0 +1,3 @@
final: prev: {
mitemp-prometheus = final.callPackage ./package.nix {};
}