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