Skip to content

Commit

Permalink
build(nix-fast-build): Enable only on x86_64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarKirov committed Jul 2, 2024
1 parent 0ac22e1 commit b5368a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{lib, ...}: {
{lib, ...}: {
perSystem = {
inputs',
pkgs,
Expand Down Expand Up @@ -27,7 +27,6 @@

packages =
{
nix-fast-build = inputs'.nix-fast-build.packages.nix-fast-build;
lido-withdrawals-automation = pkgs.callPackage ./lido-withdrawals-automation {};
pyroscope = pkgs.callPackage ./pyroscope {};
grafana-agent = import ./grafana-agent {inherit inputs';};
Expand All @@ -37,6 +36,7 @@
folder-size-metrics = pkgs.callPackage ./folder-size-metrics {};
}
// pkgs.lib.optionalAttrs (isLinux && isx86) rec {
nix-fast-build = inputs'.nix-fast-build.packages.nix-fast-build;
mcl = pkgs.callPackage ./mcl {
buildDubPackage = inputs'.dlang-nix.legacyPackages.buildDubPackage.override {
ldc = inputs'.dlang-nix.packages."ldc-binary-1_34_0";
Expand Down

0 comments on commit b5368a3

Please sign in to comment.