Skip to content

Commit

Permalink
fix: ikncorrect env for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Nov 21, 2023
1 parent 7e1ab87 commit 80aeb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/shells.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ with env;
inherit shellHook;
};
ci = pkgs.mkShell {
buildInputs = system ++ main ++ lint ++ ci;
buildInputs = system ++ main ++ lint;
inherit shellHook;
};
releaser = pkgs.mkShell {
Expand Down

0 comments on commit 80aeb01

Please sign in to comment.