try host
Some checks failed
Check Flake / check-flake (push) Failing after 1s

This commit is contained in:
Zuckerberg 2023-04-23 20:33:19 -06:00
parent 71ba560b37
commit c44ab55aa0

View File

@ -15,6 +15,9 @@ jobs:
# - name: Install Nix
# uses: https://github.com/cachix/install-nix-action@v20
- name: Install dependencies
run: nix-shell -p nodejs-18_x
- name: Checkout the repository
uses: actions/checkout@v3
with: