Created
August 9, 2014 20:34
-
-
Save ryantm/beff6dd1610b85203753 to your computer and use it in GitHub Desktop.
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
{ pkgs }: { | |
packageOverrides = pkgs: rec { | |
ryantmEnv = pkgs.buildEnv { | |
name = "ryantm"; | |
paths = with pkgs; [ | |
firefox | |
chromium | |
thunderbird | |
]; | |
}; | |
}; | |
} |
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
building path(s) `/nix/store/0w2r7f8hpj71ya2lfzlb7ssmwlargjml-ryantm' | |
[pbuilding /nix/store/0w2r7f8hpj71ya2lfzlb7ssmwlargjml-ryantm | |
created 11 symlinks in user environment | |
[qbuilding path(s) `/nix/store/qy6aw1yczxp823y6ssj899k2qmvjw894-user-environment' | |
collision between `/nix/store/7yrxr3yd4c3vgx48c89xi20hybcmdy6n-firefox-31.0/bin/firefox' and `/nix/store/0w2r7f8hpj71ya2lfzlb7ssmwlargjml-ryantm/bin/firefox'; use `nix-env --set-flag priority NUMBER PKGNAME' to change the priority of one of the conflicting packages | |
builder for `/nix/store/jcnmyvdxpmplarlacs2s6iji9d3w79ln-user-environment.drv' failed with exit code 255 | |
error: build of `/nix/store/jcnmyvdxpmplarlacs2s6iji9d3w79ln-user-environment.drv' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment