This repository has been archived by the owner on May 20, 2024. It is now read-only.
[0.0.86] - 2021-09-29
Added
hn-introspect
script to list which holochain packages were pulled in for the nix-shell
RSM binaries for Linux
- holochain: 0.0.107
- hc: 0.0.8
- lair-keystore: 0.0.4
- kitsune-p2p-proxy: 0.0.6
Binaries are available for Darwin and Linux on x86_64-linux
.
Configurable holochain/holochain-nixpkgs versions
-
Add a section for holochain-nixpkgs to config.nix
-
Introduce arguments for choosing the included holochain binaries:
- holochainVersionId: can be one of "main", "develop", or "custom" as of now.
- holochainVersion: if
holochainVersionId
is "custom", this specifies a set with holochain source information. - include: a set that controls which components to include in the shell
- rustVersion: allows overriding the nix-shell's rust version. examples:
- using a specific nightly version: '{ track = "nightly"; version = "2021-07-01"; }'
- using a specific stable version: '{ track = "stable"; version = "1.53.0"; }'
Please see the files in examples/ for more usage examples.
Changed
- perf: 4.19 -> 5.4
- perf: 5.4 -> 5.10
- rust: 1.48 -> 1.54
- clippy: 0.0.212 -> 0.1.5*
- Removed the
HC_TARGET_PREFIX
env var in favor of theNIX_ENV_PREFIX
env var
Deprecated
Removed
- n3c
- wasm tools
- rust nightly
- sim2h_server
- newrelic tooling
- saml2aws tool and AWS specific CI jobs
- trycp_server