test flake
Some checks failed
Test / native-test (push) Failing after 2s

This commit is contained in:
Vivian 2023-05-26 21:33:00 +02:00
parent 567c221914
commit 6deec53c0f
2 changed files with 2 additions and 2 deletions

View file

@ -6,4 +6,4 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: | - run: |
nix --version nix flake info

View file

@ -62,7 +62,7 @@ in {
gitMinimal gitMinimal
gnused gnused
nodejs nodejs
nix nixUnstable
wget wget
]; ];
}; };