diff --git a/default.nix b/default.nix index 70964c7..faf6745 100644 --- a/default.nix +++ b/default.nix @@ -1,4 +1,8 @@ -{ pkgs ? import { }, unstable ? import { } }: +{ pkgs ? import { } +, unstable ? import { + config.allowUnfree = true; + } +}: pkgs.mkShell { NIX_SHELL = "collie-cli"; @@ -7,8 +11,8 @@ pkgs.mkShell { ''; buildInputs = [ - unstable.deno - + pkgs.deno + # used for build scripts pkgs.unzip pkgs.gnused @@ -19,10 +23,10 @@ pkgs.mkShell { pkgs.google-cloud-sdk # terraform - unstable.terraform - unstable.terragrunt - unstable.tflint - unstable.terraform-docs + pkgs.terraform + pkgs.terragrunt + pkgs.tflint + pkgs.terraform-docs # for collie foundation docs pkgs.nodejs