This commit is contained in:
parent
ababb5b6b7
commit
cd5df4cb29
@ -7,22 +7,21 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-flake:
|
check-flake:
|
||||||
runs-on: ubuntu-latest
|
runs-on: Nix:host
|
||||||
container: ubuntu:latest
|
|
||||||
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
|
||||||
|
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Get ENV var names
|
# - name: Get ENV var names
|
||||||
run: printenv | cut -d'=' -f1
|
# run: printenv | cut -d'=' -f1
|
||||||
|
|
||||||
- name: Check Flake
|
- name: Check Flake
|
||||||
run: nix flake check --show-trace
|
run: nix flake check --show-trace
|
Loading…
x
Reference in New Issue
Block a user