This commit is contained in:
2026-03-03 21:09:34 -05:00
parent f0e7b822eb
commit d51bb39659
2 changed files with 16 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ in
{
pinepods = pkgs.callPackage ./pinepods.nix {
wasm-bindgen-cli = pkgs.wasm-bindgen-cli_0_2_105;
inherit (pkgs) binaryen tailwindcss_3;
inherit (pkgs) binaryen tailwindcss_3 libayatana-appindicator gst_all_1;
};
pinepods-frontend = (pkgs.callPackage ./pinepods.nix { }).frontend;
}