feat: add ente

This commit is contained in:
oddlama 2025-05-18 13:55:20 +02:00
parent ac34b94f87
commit 4c2f98f9e4
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
48 changed files with 904 additions and 4 deletions

View file

@ -18,6 +18,8 @@ _inputs: [
# })
# ];
ente-web = prev.callPackage ./ente-web.nix { };
formats = prev.formats // {
ron = import ./ron.nix { inherit (prev) lib pkgs; };
};