parent
64d72d811c
commit
0f85617ba1
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -10,6 +10,12 @@ jobs:
|
|||
build:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- name: Debug
|
||||
run: |
|
||||
ls -lah /etc/nix/
|
||||
echo next
|
||||
ls -lah ~/.config/nix/
|
||||
nix --version
|
||||
- name: Initialize CI
|
||||
uses: https://git.qo.is/qo.is/actions-nix-init@main
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue