Skip to content

Commit

Permalink
Locked holochain version
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Apr 24, 2024
1 parent e04d1eb commit 2710634
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
};
nixpkgs.follows = "holochain/nixpkgs";

versions.url = "github:holochain/holochain?dir=versions/weekly";
versions.url = "github:holochain/holochain/holochain-0.3.0-beta-dev.46?dir=versions/weekly";

holochain = {
url = "github:holochain/holochain";
Expand Down Expand Up @@ -45,7 +45,7 @@
rustZome = { crateCargoToml, holochain, workspacePath, excludedCrates ? [] }:
let
deterministicCraneLib = let
system = "x86_64-linux";
system = "aarch64-darwin";
pkgs = import inputs.nixpkgs {
inherit system;
overlays = [ (import inputs.rust-overlay) ];
Expand All @@ -59,7 +59,7 @@
in
inputs.crane.lib.${system}.overrideToolchain rustToolchain;

system = holochain.legacyPackages.cowsay.system;
system = holochain.devShells.holonix.system;
pkgs = import inputs.nixpkgs {
inherit system;
overlays = [ (import inputs.rust-overlay) ];
Expand Down

0 comments on commit 2710634

Please sign in to comment.