You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # nix.profile.d/99-final-nix.sh
-
- # The nix installer put something like this into the .profile.
- # BAD INSTALLER NO COOKIE!
- if [ -e ${HOME}/.nix-profile/etc/profile.d/nix.sh ]; then
- . ${HOME}/.nix-profile/etc/profile.d/nix.sh;
- export NIX_PATH=${HOME}/src/github.com/NixOS/nixpkgs:nixpkgs=${HOME}/src/github.com/NixOS/nixpkgs
- fi
|