We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ac331 commit 629faffCopy full SHA for 629faff
.github/workflows/ci.yml
@@ -13,13 +13,14 @@ jobs:
13
- uses: actions/[email protected]
14
15
- name: "Install Nix ❄️"
16
- uses: cachix/install-nix-action@v12
+ uses: cachix/install-nix-action@v13
17
with:
18
- skip_adding_nixpkgs_channel: true
+ extra_nix_config: "experimental-features = nix-command"
19
20
- name: "Install Cachix ❄️"
21
- uses: cachix/cachix-action@v8
+ uses: cachix/cachix-action@v10
22
23
name: dconf2nix
24
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
25
+
26
- run: nix-shell --run "nix-build-uncached default.nix" nix/ci.nix
0 commit comments