wip
Some checks failed
Check Flake / check-flake (push) Failing after 1m12s

This commit is contained in:
2023-09-30 23:12:41 -06:00
parent fa6e092c06
commit 3611243a7d
12 changed files with 69 additions and 73 deletions

View File

@@ -12,16 +12,16 @@ env:
jobs:
check-flake:
runs-on: nixos
runs-on: ubuntu-latest
steps:
# - run: node --version
# - name: Install basic dependencies
# run: apt-get update && apt-get install -y --no-install-recommends sudo curl ca-certificates xz-utils
- run: node --version
- name: Install basic dependencies
run: apt-get update && apt-get install -y --no-install-recommends sudo curl ca-certificates xz-utils
# - name: Install Nix
# uses: https://github.com/cachix/install-nix-action@v20
# with:
# github_access_token: ${{ secrets.__GITHUB_TOKEN }}
- name: Install Nix
uses: https://github.com/cachix/install-nix-action@v20
with:
github_access_token: ${{ secrets.__GITHUB_TOKEN }}
- name: Install dependencies
run: nix profile install nixpkgs#nodejs-18_x
@@ -31,8 +31,12 @@ jobs:
with:
fetch-depth: 0
# - name: Get ENV var names
# run: printenv | cut -d'=' -f1
- name: Get ENV var names
run: printenv | cut -d'=' -f1
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: Check Flake
run: nix flake check --show-trace