Skip to content

Commit

Permalink
ci: update nix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Jul 16, 2024
1 parent 5b8b1ff commit ebe9783
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Install nix
uses: cachix/install-nix-action@v25
uses: cachix/install-nix-action@v27
with:
install_url: https://releases.nixos.org/nix/nix-2.17.0/install

Expand Down
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
perSystem = { inputs', pkgs, ... }:
{
devShells.default = pkgs.mkShell {
# inputsFrom = [ holonix.devShells.${system}.holochainBinaries ];
packages = [
inputs'.holonix.packages.holochain
inputs'.holonix.packages.lair-keystore
Expand Down

0 comments on commit ebe9783

Please sign in to comment.