1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

build(nix): shell dont need CC

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-02-04 20:02:35 -03:00
parent 87aa3b6251
commit 4d82016038
No known key found for this signature in database

View File

@ -20,7 +20,7 @@
vendorHash = "sha256-wY3kIhNIqTaK9MT1VeePERNhqvbtf6bsyRTjG8nrqxU=";
};
devShells.default = pkgs.mkShell {
devShells.default = pkgs.mkShellNoCC {
packages = with pkgs; [
go
go-task
@ -33,7 +33,7 @@
shellHook = "go mod tidy";
};
devShells.docs = pkgs.mkShell {
devShells.docs = pkgs.mkShellNoCC {
packages = with pkgs; with staging-pkgs.python311Packages; [
go-task
htmltest