nixos/pkgs/default.nix

6 lines
135 B
Nix
Raw Normal View History

final: prev:
{
homer = final.callPackage ./homer { };
2023-04-07 22:38:53 +02:00
node-exporter-dashboard = final.callPackage ./node-exporter-dashboard { };
}