diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 646b490..7652a7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,7 @@ jobs: authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - run: nix build '.#fennel-ls' - run: nix build '.#luarocks-jsregexp' + - run: nix build '.#nitter-unstable' - run: nix build '.#q' - run: nix build '.#website-docs-nifoc-pw' @@ -38,5 +39,6 @@ jobs: - run: nix build '.#cliclick' - run: nix build '.#fennel-ls' - run: nix build '.#luarocks-jsregexp' + - run: nix build '.#nitter-unstable' - run: nix build '.#phantomjs' - run: nix build '.#q'