mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-25 18:24:41 +02:00
5 lines
135 B
Nix
5 lines
135 B
Nix
final: prev:
|
|
{
|
|
homer = final.callPackage ./homer { };
|
|
node-exporter-dashboard = final.callPackage ./node-exporter-dashboard { };
|
|
}
|