Skip to content

Commit

Permalink
pin Holochain & Lair versions to avoid mismatch errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pospi committed Feb 8, 2024
1 parent 9d537da commit 3301d36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

holochain-flake.url = "github:holochain/holochain";
holochain-flake.inputs.versions.follows = "versions";
holochain-flake.inputs.holochain.url = "github:holochain/holochain/holochain-0.2.3";
holochain-flake.inputs.lair.url = "github:holochain/lair/lair_keystore-v0.3.0";

nixpkgs.follows = "holochain-flake/nixpkgs";
flake-parts.follows = "holochain-flake/flake-parts";
Expand Down Expand Up @@ -35,4 +37,4 @@
};
};
};
}
}

0 comments on commit 3301d36

Please sign in to comment.