You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following build error when running nix-build:
[...]
meson.build:1250:16: ERROR: Problem encountered: importd support was requested, but dependencies are not available
A full log can be found at /build/source/build/meson-logs/meson-log.txt
builder for '/nix/store/snqv1l1sfp2avznv8z12bis27sl4d5yy-systemd-243.3.drv' failed with exit code 1
cannot build derivation '/nix/store/f49gsfpxkkb7q9993spl06fai20hv0v0-buildCommand.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/n3w9dk2508psfmb5kxv7m8pzpbm5d1gh-initramfs.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/42z4d62qrq5944igw16a0dlakn3gcpll-initramfs-img.xz.drv': 1 dependencies couldn't be built
error: build of '/nix/store/42z4d62qrq5944igw16a0dlakn3gcpll-initramfs-img.xz.drv' failed
Is this caused by some recent change in nixpkgs?
The text was updated successfully, but these errors were encountered:
It is possible. Everything in this repo depends on the flexible systemd PR (NixOS/nixpkgs#72802) which I can't find time to finish. And the whole of nixos-init is very WIP at the moment. I hope I’ll find time to continue working on it soon.
Ah, good to know. It also builds without NixOS/nixpkgs#72802 if I revert NixOS/nixpkgs#29ac2262253cb2d1d330ed261353b98d3e03c706.
It would probably be nice to have a link to that PR in the readme of this repository. If you agree I would make a pull request adding a small note.
I'm getting the following build error when running
nix-build
:Is this caused by some recent change in nixpkgs?
The text was updated successfully, but these errors were encountered: