clean up and final touches
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
let
|
||||
let
|
||||
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-25.11";
|
||||
pkgs = import nixpkgs { config = {}; overlays = []; };
|
||||
in
|
||||
in
|
||||
{
|
||||
pinepods = pkgs.callPackage ./pinepods.nix {
|
||||
# Pin wasm-bindgen-cli to exactly the version PinePods requires
|
||||
wasm-bindgen-cli = pkgs.wasm-bindgen-cli_0_2_105;
|
||||
inherit (pkgs) binaryen tailwindcss_3 libayatana-appindicator gst_all_1;
|
||||
};
|
||||
pinepods-frontend = (pkgs.callPackage ./pinepods.nix { }).frontend;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user