/Emacs Doesn't Build Secret
Created
June 10, 2019 15:54
This file contains 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
unpacking channels... | |
building Nix... | |
building the system configuration... | |
unpacking 'https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable-small.tar.gz'... | |
error: Package ‘emacs-with-packages-27.0.50-git’ in /nix/store/l338j8w0xpmn9vii30sdl2wd1l10jfmr-nixpkgs-18.09.2574.a7e559a5504/nixpkgs/pkgs/applications/editors/emacs/default.nix:112 is not supported on ‘x86_64-linux’, refusing to evaluate. | |
a) For `nixos-rebuild` you can set | |
{ nixpkgs.config.allowUnsupportedSystem = true; } | |
in configuration.nix to override this. | |
b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
{ allowUnsupportedSystem = true; } | |
to ~/.config/nixpkgs/config.nix. | |
(use '--show-trace' to show detailed location information) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment