Skip to content

Commit a5b5f69

Browse files
committed
ci: replace nix-eval-jobs -> lix nix-eval-jobs in nix-fast-build
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent d3d033b commit a5b5f69

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

Shells/ci.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
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
"$@"

0 commit comments

Comments
 (0)