mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
Fix typo in nix run
This commit is contained in:
parent
eaff521ecb
commit
73cef94a51
1 changed files with 2 additions and 1 deletions
3
script
3
script
|
|
@ -123,6 +123,7 @@ fi
|
|||
|
||||
if [ ! -e \$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh ]; then
|
||||
echo "Continuing with stage2 on-device installation..."
|
||||
|
||||
export NIX_SSL_CERT_FILE=$TGT_CACERT
|
||||
echo "Subscribing to the stable (nixos-18.09) channels of nixpkgs and home-manager..."
|
||||
$TGT_NIX/bin/nix-channel --add https://nixos.org/channels/nixos-18.09 nixpkgs
|
||||
|
|
@ -142,7 +143,7 @@ echo "Sourcing home-manager environment..."
|
|||
|
||||
echo "Dropping you into a shell."
|
||||
echo "You can summon software from nixpkgs (e.g. gitMinimal) with:"
|
||||
echo " * nix-run nixpkgs.gitMinimal"
|
||||
echo " * nix run nixpkgs.gitMinimal"
|
||||
echo " * nix-env -iA nixpkgs.gitMinimal"
|
||||
echo " * [edit ~/.config/nixpkgs/home.nix and run] home-manager switch"
|
||||
echo "or a myriad other ways."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue