Skip to content

Commit

Permalink
fix(nix): only the minimum stuff in the devshell
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jan 13, 2024
1 parent 5ea7ba9 commit bf83587
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -155,17 +155,12 @@
devShells = forAllSystems (system:
let
pkgs = nixpkgsFor.${system};
goreleaser = (import goreleaser-nur {
pkgs = pkgs;
});
in
{
default = pkgs.mkShell {
buildInputs = with pkgs; [
go-task
goreleaser.goreleaser-pro
neofetch
glow
];
};
});
Expand Down

0 comments on commit bf83587

Please sign in to comment.