Skip to content

Commit

Permalink
fix: remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jadepark-dev committed Sep 2, 2024
1 parent 8590fa8 commit 999bb4b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
formatter = pkgs.nixpkgs-fmt;

devShells = {
default = pkgs.callPackage ./shell.nix {
inherit pkgs;
scriptDir = toString ./.;
};
default = pkgs.callPackage ./shell.nix ;
solana-cli = solanaPkgs.solana-cli-shell;
};

Expand Down

0 comments on commit 999bb4b

Please sign in to comment.