Sign in
apache
/
incubator-devlake-terraform
/
refs/heads/main
/
.
/
shell.nix
blob: 2c3b6c919b0630fdce1db58899e6fbec09ba7fcf [
file
] [
log
] [
blame
]
{
pkgs
?
import
<nixpkgs>
{
config
.
allowUnfree
=
true
;
},
}:
pkgs
.
mkShell
{
buildInputs
=
with
pkgs
;
[
go
gopls
golangci
-
lint
terraform
];
}