nix-profile.sh: Add the Nixpkgs channel to $NIX_PATH
This commit is contained in:
		
							parent
							
								
									f5e5793cd2
								
							
						
					
					
						commit
						bf0ad8aabc
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -8,10 +8,15 @@ if test -n "$HOME"; then | ||||||
|         @coreutils@/ln -s "$_NIX_DEF_LINK" "$NIX_LINK" |         @coreutils@/ln -s "$_NIX_DEF_LINK" "$NIX_LINK" | ||||||
|     fi |     fi | ||||||
| 
 | 
 | ||||||
|  |     export PATH=$NIX_LINK/bin:$PATH | ||||||
|  | 
 | ||||||
|     # Subscribe the root user to the Nixpkgs channel by default. |     # Subscribe the root user to the Nixpkgs channel by default. | ||||||
|     if [ ! -e $HOME/.nix-channels ]; then |     if [ ! -e $HOME/.nix-channels ]; then | ||||||
|         echo "http://nixos.org/channels/nixpkgs-unstable nixpkgs" > $HOME/.nix-channels |         echo "http://nixos.org/channels/nixpkgs-unstable nixpkgs" > $HOME/.nix-channels | ||||||
|     fi |     fi | ||||||
| 
 | 
 | ||||||
|     export PATH=$NIX_LINK/bin:$PATH |     # Append ~/.nix-defexpr/channels/nixpkgs to $NIX_PATH so that | ||||||
|  |     # <nixpkgs> paths work when the user has fetched the Nixpkgs | ||||||
|  |     # channel. | ||||||
|  |     export NIX_PATH=${NIX_PATH:+$NIX_PATH:}nixpkgs=$HOME/.nix-defexpr/channels/nixpkgs | ||||||
| fi | fi | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue