Try host again
Some checks failed
Check Flake / check-flake (push) Failing after 2s

This commit is contained in:
Zuckerberg 2023-04-29 15:17:40 -06:00
parent ae3dc094f9
commit 3c5f72aed0

View File

@ -6,9 +6,9 @@ env:
DEBIAN_FRONTEND: noninteractive
PATH: /run/current-system/sw/bin/
# defaults:
# run:
# shell: sh
defaults:
run:
shell: nix shell nixpkgs#nodejs-18_x
jobs:
check-flake:
@ -22,8 +22,8 @@ jobs:
# with:
# github_access_token: ${{ secrets.__GITHUB_TOKEN }}
- name: Install dependencies
run: nix shell nixpkgs#nodejs-18_x
# - name: Install dependencies
# run: nix shell nixpkgs#nodejs-18_x
- name: Checkout the repository
uses: actions/checkout@v3