Skip to content

Commit

Permalink
Follow holonix
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 17, 2024
1 parent 21858b8 commit fa90caf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
21 changes: 4 additions & 17 deletions flake.lock

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

10 changes: 1 addition & 9 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
rec {
inputs = {
# nixpkgs.follows = "holonix/nixpkgs";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.follows = "holonix/nixpkgs";

holonix.url = "github:holochain/holonix/main-0.3";
rust-overlay.follows = "holonix/rust-overlay";
Expand Down Expand Up @@ -203,8 +202,6 @@ rec {
};

devShells.holochainDev = pkgs.mkShell {
CGO_ENABLED = 0;

buildInputs = flake.lib.holochainDeps { inherit pkgs lib; };
};

Expand Down Expand Up @@ -307,11 +304,6 @@ rec {
version = cargoToml.package.version;
inherit cargoArtifacts;
});

# packages.pnpm = pkgs.writeShellScriptBin "pnpm" ''
# #!${pkgs.bash}/bin/bash
# exec ${pkgs.nodejs_20}/bin/node ${pkgs.nodejs_20}/bin/corepack [email protected] "$@"
# '';
};
};
}

0 comments on commit fa90caf

Please sign in to comment.