Skip to content

Commit fcf842e

Browse files
committed
build(nix-fast-build): Enable only on x86_64-linux
1 parent 0a1b0df commit fcf842e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{lib, ...}: {
1+
{lib, ...}: {
22
perSystem = {
33
inputs',
44
pkgs,
@@ -27,7 +27,6 @@
2727

2828
packages =
2929
{
30-
nix-fast-build = inputs'.nix-fast-build.packages.nix-fast-build;
3130
lido-withdrawals-automation = pkgs.callPackage ./lido-withdrawals-automation {};
3231
pyroscope = pkgs.callPackage ./pyroscope {};
3332
grafana-agent = import ./grafana-agent {inherit inputs';};
@@ -37,6 +36,7 @@
3736
folder-size-metrics = pkgs.callPackage ./folder-size-metrics {};
3837
}
3938
// pkgs.lib.optionalAttrs (isLinux && isx86) rec {
39+
nix-fast-build = inputs'.nix-fast-build.packages.nix-fast-build;
4040
mcl = pkgs.callPackage ./mcl {
4141
buildDubPackage = inputs'.dlang-nix.legacyPackages.buildDubPackage.override {
4242
ldc = inputs'.dlang-nix.packages."ldc-binary-1_34_0";

0 commit comments

Comments
 (0)