Skip to content

ceph: compile with systemd support flag - #440226

Merged
nh2 merged 1 commit into
NixOS:masterfrom
josh:ceph-systemd
Oct 26, 2025
Merged

ceph: compile with systemd support flag#440226
nh2 merged 1 commit into
NixOS:masterfrom
josh:ceph-systemd

ceph: compile with systemd support flag

936c86e
Select commit
Loading
Failed to load commit list.
OfBorg / ceph, ceph.passthru.tests on aarch64-darwin succeeded Nov 1, 2025 in 0s

Success

Attempted: ceph.passthru.tests

The following builds were skipped because they don't evaluate on aarch64-darwin: ceph

Details

Partial log

                then pass `--impure` in order to allow use of environment variables.

       b) For `nixos-rebuild` you can set
         { nixpkgs.config.allowUnsupportedSystem = true; }
       in configuration.nix to override this.

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnsupportedSystem = true; }
       to ~/.config/nixpkgs/config.nix.