mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-09-13 22:12:03 +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 { };
|
|
}
|