diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml index 56980e5..622141c 100644 --- a/.github/workflows/site.yaml +++ b/.github/workflows/site.yaml @@ -17,7 +17,7 @@ jobs: - name: Install and Build 🔧 run: | - nix develop --command bash -c "pnpm install && pnpm -F site build" + nix develop github:holochain-open-dev/infrastructure#synchronized-pnpm --command bash -c "pnpm install && pnpm -F site build" - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4.3.3 diff --git a/flake.nix b/flake.nix index 221cc3a..7eb6fc0 100644 --- a/flake.nix +++ b/flake.nix @@ -5,16 +5,16 @@ file-storage.url = "github:holochain-open-dev/file-storage/nixify"; profiles.url = "github:holochain-open-dev/profiles/nixify"; - versions.url = "github:holochain/holochain?dir=versions/weekly"; + versions.url = "github:holochain/holochain/0.3.0-beta-dev.45?dir=versions/weekly"; holochain.url = "github:holochain/holochain"; holochain.inputs.versions.follows = "versions"; nixpkgs.follows = "holochain/nixpkgs"; flake-parts.follows = "holochain/flake-parts"; - # tauri-plugin-holochain.url = "github:darksoil-studio/tauri-plugin-holochain"; tauri-plugin-holochain = { - url = "/home/guillem/projects/darksoil/tauri-plugin-holochain"; + url = "github:darksoil-studio/tauri-plugin-holochain"; + # url = "/home/guillem/projects/darksoil/tauri-plugin-holochain"; inputs.holochain.follows = "holochain"; }; hc-infra = {