Skip to content

Commit

Permalink
Optimize default and ci devshell
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Oct 15, 2024
1 parent aac7d58 commit 9c901ca
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@
};

devShells.default = pkgs.mkShell {
inputsFrom = [ inputs'.holonix.devShells ];

packages = (with inputs'.holonix.packages; [
holochain
lair-keystore
Expand All @@ -122,10 +120,7 @@
};

devShells.ci = pkgs.mkShell {
inputsFrom = [ self'.devShells.default ];
packages = [
self'.packages.hc-scaffold
];
packages = [ inputs'.holonix.packages.rust self'.packages.hc-scaffold ];
};
};
};
Expand Down

0 comments on commit 9c901ca

Please sign in to comment.