Skip to content

Commit

Permalink
feat(flake): use rustDev as base for devshell and remove holochain ve…
Browse files Browse the repository at this point in the history
…rsions input
  • Loading branch information
steveej committed Sep 4, 2024
1 parent a3a6df3 commit 96a9cf2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 36 deletions.
54 changes: 25 additions & 29 deletions flake.lock

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

9 changes: 2 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
description = "Template for Holochain app development";

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

holochain-flake.url = "github:holochain/holochain";
holochain-flake.inputs.versions.follows = "versions";

nixpkgs.follows = "holochain-flake/nixpkgs";
flake-parts.follows = "holochain-flake/flake-parts";
Expand All @@ -22,10 +16,11 @@
formatter = pkgs.nixfmt-rfc-style;

devShells.default = pkgs.mkShell {
inputsFrom = [ inputs'.holochain-flake.devShells.holonix ];
inputsFrom = [ inputs'.holochain-flake.devShells.rustDev ];
packages = [
pkgs.nodejs-18_x
pkgs.binaryen
pkgs.cargo-machete
# more packages go here
];
};
Expand Down

0 comments on commit 96a9cf2

Please sign in to comment.