We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c204bfd commit a89f184Copy full SHA for a89f184
1 file changed
.github/workflows/run-wasm.yml
@@ -9,15 +9,14 @@ on:
9
jobs:
10
run-wasm:
11
runs-on: ubuntu-latest
12
- container:
13
- image: nixos/nix:latest
14
steps:
15
- uses: actions/checkout@v4
16
17
- - name: Enable flakes
18
- run: |
19
- mkdir -p ~/.config/nix
20
- echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
+ - name: Install Nix
+ uses: cachix/install-nix-action@v24
+ with:
+ extra_nix_config: |
+ experimental-features = nix-command flakes
21
22
- name: Run script in flake environment
23
run: |
0 commit comments