Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Mar 6, 2024
1 parent 41e9267 commit bb02c8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@

rustZome = { crateCargoToml, holochain, workspacePath, excludedCrates ? [] }:
let
system = holochain.devShells.holonix.system;
system = holochain.legacyPackages.cowsay.system;
pkgs = import inputs.nixpkgs {
inherit system;
overlays = [ (import inputs.rust-overlay) ];
};

rustToolchain = pkgs.rust-bin.nightly."2024-02-29".minimal.override {
rustToolchain = pkgs.rust-bin.nightly.latest.minimal.override {
# Set the build targets supported by the toolchain,
# wasm32-unknown-unknown is required for trunk.
targets = [ "wasm32-unknown-unknown" ];
Expand Down
2 changes: 1 addition & 1 deletion nix/fixture/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb02c8a

Please sign in to comment.