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:
parent
87aa3b6251
commit
4d82016038
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user