Skip to content

Commit

Permalink
fix(devshell): use noCC and remove useless packages
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed Mar 10, 2024
1 parent 2ae2dcd commit db8d3ca
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions parts/dev.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
perSystem = {pkgs, ...}: {
devShells.default = pkgs.mkShell {
packages = with pkgs; [
alejandra
fzf
just
nil
];
devShells.default = pkgs.mkShellNoCC {
packages = with pkgs; [just nil];
};

formatter = pkgs.alejandra;
Expand Down

0 comments on commit db8d3ca

Please sign in to comment.