This commit is contained in:
parent
883a9fb28f
commit
7160858f57
@ -4,22 +4,26 @@ on: [push]
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
PATH: /run/current-system/sw/bin/
|
||||||
|
|
||||||
defaults:
|
# defaults:
|
||||||
run:
|
# run:
|
||||||
shell: sh
|
# shell: sh
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-flake:
|
check-flake:
|
||||||
runs-on: ubuntu-latest
|
runs-on: nixos
|
||||||
steps:
|
steps:
|
||||||
- name: Install basic dependencies
|
# - name: Install basic dependencies
|
||||||
run: apt-get update && apt-get install -y --no-install-recommends sudo curl ca-certificates xz-utils
|
# run: apt-get update && apt-get install -y --no-install-recommends sudo curl ca-certificates xz-utils
|
||||||
|
|
||||||
- name: Install Nix
|
# - name: Install Nix
|
||||||
uses: https://github.com/cachix/install-nix-action@v20
|
# uses: https://github.com/cachix/install-nix-action@v20
|
||||||
with:
|
# with:
|
||||||
github_access_token: ${{ secrets.__GITHUB_TOKEN }}
|
# github_access_token: ${{ secrets.__GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: nix-shell -p nodejs-18_x
|
||||||
|
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user