Created
May 26, 2016 16:32
-
-
Save aespinosa/1ff5a1505912a5ef8dac09dad7271f76 to your computer and use it in GitHub Desktop.
Evaluation of https://github.com/aespinosa/aespinosa.github.io/blob/source/default.nix with the latest nixpkgs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error: while evaluating the attribute ‘nativeBuildInputs’ of the derivation ‘haskell-environment’ at /home/user/Documents/website/default.nix:4:3: | |
while evaluating ‘ghcWithPackages’ at /home/user/nixpkgs/pkgs/development/haskell-modules/default.nix:60:27, called from /home/user/Documents/website/default.nix:6:6: | |
while evaluating ‘withPackages’ at /home/user/nixpkgs/pkgs/development/haskell-modules/default.nix:49:22, called from /home/user/nixpkgs/pkgs/development/haskell-modules/default.nix:60:39: | |
while evaluating ‘callPackage’ at /home/user/nixpkgs/pkgs/development/haskell-modules/default.nix:47:26, called from /home/user/nixpkgs/pkgs/development/haskell-modules/default.nix:49:32: | |
while evaluating ‘callPackageWithScope’ at /home/user/nixpkgs/pkgs/development/haskell-modules/default.nix:41:42, called from /home/user/nixpkgs/pkgs/development/haskell-modules/default.nix:47:32: | |
while evaluating ‘callPackageWith’ at /home/user/nixpkgs/lib/customisation.nix:93:35, called from /home/user/nixpkgs/pkgs/development/haskell-modules/default.nix:41:49: | |
while evaluating ‘makeOverridable’ at /home/user/nixpkgs/lib/customisation.nix:54:24, called from /home/user/nixpkgs/lib/customisation.nix:97:8: | |
while evaluating anonymous function at /home/user/nixpkgs/pkgs/development/haskell-modules/with-packages-wrapper.nix:1:1, called from /home/user/nixpkgs/lib/customisation.nix:56:12: | |
while evaluating ‘closePropagation’ at /home/user/nixpkgs/lib/deprecated.nix:227:22, called from /home/user/nixpkgs/pkgs/development/haskell-modules/with-packages-wrapper.nix:40:57: | |
while evaluating ‘uniqList’ at /home/user/nixpkgs/lib/deprecated.nix:158:14, called from /home/user/nixpkgs/lib/deprecated.nix:227:29: | |
while evaluating ‘go’ at /home/user/nixpkgs/lib/deprecated.nix:159:19, called from /home/user/nixpkgs/lib/deprecated.nix:165:8: | |
while evaluating ‘innerClosePropagation’ at /home/user/nixpkgs/lib/deprecated.nix:210:33, called from /home/user/nixpkgs/lib/deprecated.nix:227:52: | |
while evaluating ‘innerClosePropagation’ at /home/user/nixpkgs/lib/deprecated.nix:210:33, called from /home/user/nixpkgs/lib/deprecated.nix:218:21: | |
while evaluating ‘uniqList’ at /home/user/nixpkgs/lib/deprecated.nix:158:14, called from /home/user/nixpkgs/lib/deprecated.nix:220:24: | |
while evaluating ‘go’ at /home/user/nixpkgs/lib/deprecated.nix:159:19, called from /home/user/nixpkgs/lib/deprecated.nix:165:8: | |
while evaluating ‘go’ at /home/user/nixpkgs/lib/deprecated.nix:159:19, called from /home/user/nixpkgs/lib/deprecated.nix:164:27: | |
while evaluating ‘go’ at /home/user/nixpkgs/lib/deprecated.nix:159:19, called from /home/user/nixpkgs/lib/deprecated.nix:164:27: | |
while evaluating the attribute ‘nativeBuildInputs’ of the derivation ‘hakyll-4.8.3.0’ at /home/user/nixpkgs/pkgs/development/haskell-modules/generic-builder.nix:144:3: | |
while evaluating the attribute ‘utillinux’ at /home/user/nixpkgs/pkgs/top-level/all-packages.nix:11290:3: | |
while evaluating ‘callPackageWith’ at /home/user/nixpkgs/lib/customisation.nix:93:35, called from /home/user/nixpkgs/pkgs/top-level/all-packages.nix:11290:15: | |
while evaluating ‘makeOverridable’ at /home/user/nixpkgs/lib/customisation.nix:54:24, called from /home/user/nixpkgs/lib/customisation.nix:97:8: | |
while evaluating anonymous function at /home/user/nixpkgs/pkgs/os-specific/linux/util-linux/default.nix:1:1, called from /home/user/nixpkgs/lib/customisation.nix:56:12: | |
while evaluating ‘mkDerivation’ at /home/user/nixpkgs/pkgs/stdenv/generic/default.nix:95:5, called from /home/user/nixpkgs/pkgs/os-specific/linux/util-linux/default.nix:3:1: | |
while evaluating ‘throwEvalHelp’ at /home/user/nixpkgs/pkgs/stdenv/generic/default.nix:120:23, called from /home/user/nixpkgs/pkgs/stdenv/generic/default.nix:169:21: | |
Package ‘util-linux-2.28’ in ‘/home/user/nixpkgs/pkgs/os-specific/linux/util-linux/default.nix:68’ is not supported on ‘x86_64-darwin’, refusing to evaluate. | |
a) For `nixos-rebuild` you can set | |
{ nixpkgs.config.allowBroken = true; } | |
in configuration.nix to override this. | |
b) For `nix-env`, `nix-build` or any other Nix command you can add | |
{ allowBroken = true; } | |
to ~/.nixpkgs/config.nix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment