added flake.lock and readme

This commit is contained in:
2026-03-07 09:49:20 -05:00
parent dabf6c0f60
commit 1911081355
4 changed files with 290 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; config = {}; overlays = []; };
makePinepods = { severUrl ? "" }:
makePinepods = { serverUrl ? "" }:
pkgs.callPackage ./pinepods.nix {
wasm-bindgen-cli = pkgs.wasm-bindgen-cli_0_2_105;
inherit (pkgs) binaryen tailwindcss_3 libayatana-appindicator gst_all_1 python3;