File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 extra_nix_config : |
2727 trusted-public-keys = ${{ steps.substituters.outputs.TRUSTED_PUBLIC_KEYS }}
2828 substituters = ${{ steps.substituters.outputs.SUBSTITUTERS }}
29- experimental-features = flakes nix-command pipe-operators pipe- operator
29+ experimental-features = flakes nix-command pipe-operator
3030 accept-flake-config = true
3131
3232 - uses : cachix/cachix-action@v15
Original file line number Diff line number Diff line change 2525 extra_nix_config : |
2626 trusted-public-keys = ${{ steps.substituters.outputs.TRUSTED_PUBLIC_KEYS }}
2727 substituters = ${{ steps.substituters.outputs.SUBSTITUTERS }}
28- experimental-features = flakes nix-command pipe-operator pipe-operators
28+ experimental-features = flakes nix-command pipe-operator
2929 accept-flake-config = true
3030
3131 - uses : cachix/cachix-action@v15
Original file line number Diff line number Diff line change 1717 name = "nix-build-all" ;
1818 text = ''
1919 nix-fast-build \
20+ --nix-eval-jobs ${ pkgs . lixPackageSets . latest . nix-eval-jobs } /bin/nix-eval-jobs \
2021 --flake ${ inputs . devour-flake } #packages.${ pkgs . stdenv . hostPlatform . system } .default \
2122 --no-nom \
2223 "$@"
You can’t perform that action at this time.
0 commit comments