Skip to content

Commit

Permalink
Site
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Apr 22, 2024
1 parent a81dbde commit 96fd728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 96fd728

Please sign in to comment.