diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ff8d4b..eb00ca9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,6 @@ jobs: with: name: stackbuilders authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - - run: nix flake check --impure + - run: nix build --impure .#terraform-1_6_2 env: NIXPKGS_ALLOW_UNFREE: 1 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b2be92b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +result diff --git a/README.md b/README.md new file mode 100644 index 0000000..8941f1b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# nixpkgs-terraform + +[![CI](https://github.com/stackbuilders/nixpkgs-terraform/actions/workflows/ci.yml/badge.svg)](https://github.com/stackbuilders/nixpkgs-terraform/actions/workflows/ci.yml)