added flake.lock and readme
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user