homelab/pkgs/default.nix
plasmagoat acc0dac234
Some checks failed
Test / tests (push) Has been cancelled
/ OpenTofu (push) Failing after 13s
tofu workflow
2025-07-21 22:33:04 +02:00

6 lines
224 B
Nix

# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
pkgs: {
# example = pkgs.callPackage ./example { };
ente-web = pkgs.callPackage ./ente-web.nix {};
}