We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb5230 commit 877d5b8Copy full SHA for 877d5b8
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- run: sudo apt install nix
9
- - run: cat flake.nix
+ - run: tree
10
- run: sudo nix develop --experimental-features 'nix-command flakes'
11
- run: make
12
- run: make clean
0 commit comments