Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 81cfe4ff2b | |||
| 7f3b6be59b |
@@ -8,12 +8,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
|
env:
|
||||||
|
PATH: "/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/run/current-system/sw/bin:/usr/bin:/bin"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup PATH
|
|
||||||
run: echo "/nix/var/nix/profiles/default/bin" >> $GITHUB_PATH
|
|
||||||
|
|
||||||
- name: Nix flake check
|
- name: Nix flake check
|
||||||
run: nix flake check --no-build
|
run: nix flake check --no-build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user