您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

9 行
347 B

  1. # nix.profile.d/99-final-nix.sh
  2. # The nix installer put something like this into the .profile.
  3. # BAD INSTALLER NO COOKIE!
  4. if [ -e ${HOME}/.nix-profile/etc/profile.d/nix.sh ]; then
  5. . ${HOME}/.nix-profile/etc/profile.d/nix.sh;
  6. export NIX_PATH=${HOME}/Developer/github.com/NixOS/nixpkgs:nixpkgs=${HOME}/Developer/github.com/NixOS/nixpkgs
  7. fi