We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379596b commit 2df729aCopy full SHA for 2df729a
.github/workflows/test.yml
@@ -3,7 +3,7 @@ on:
3
4
jobs:
5
build:
6
- runs-on: debian-latest
+ runs-on: ubuntu-latest
7
steps:
8
- run: apt install nix
9
- run: nix develop --experimental-features 'nix-command flakes'
0 commit comments