Skip to content

Commit 629faff

Browse files
committed
fix CI build
1 parent f2ac331 commit 629faff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ jobs:
1313
- uses: actions/[email protected]
1414

1515
- name: "Install Nix ❄️"
16-
uses: cachix/install-nix-action@v12
16+
uses: cachix/install-nix-action@v13
1717
with:
18-
skip_adding_nixpkgs_channel: true
18+
extra_nix_config: "experimental-features = nix-command"
1919

2020
- name: "Install Cachix ❄️"
21-
uses: cachix/cachix-action@v8
21+
uses: cachix/cachix-action@v10
2222
with:
2323
name: dconf2nix
2424
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
25+
2526
- run: nix-shell --run "nix-build-uncached default.nix" nix/ci.nix

0 commit comments

Comments
 (0)