We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5849aa commit 8488025Copy full SHA for 8488025
pkgs/development/haskell-modules/configuration-nix.nix
@@ -406,6 +406,9 @@ builtins.intersectAttrs super {
406
#editedCabalFile = null;
407
# Doesn't declare boost dependency
408
pkg-configDepends = (old.pkg-configDepends or [ ]) ++ [ pkgs.boost.dev ];
409
+ # error: output '/nix/store/hv6lzj1nlshn8q5lirzgys8f4vgym4hg-nix-serve-ng-1.0.0-unstable-2024-12-02' is not allowed to refer to the following paths:
410
+ # /nix/store/qza2y18fwkq1wzi02qywf691r42r5jfy-ghc-9.6.6
411
+ broken = pkgs.stdenv.hostPlatform.system == "aarch64-darwin";
412
}) super.nix-serve-ng).override
413
{
414
nix = pkgs.nixVersions.nix_2_24;
0 commit comments