mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Bump default nixpkgs version to 19.03
This commit is contained in:
parent
3d7a1f2c8b
commit
f9c53aa84d
1 changed files with 3 additions and 3 deletions
6
script
6
script
|
|
@ -145,7 +145,7 @@ if [ "\$#" -eq 0 ]; then
|
|||
echo "Congratulations. Now you have Nix installed, but that's kinda it."
|
||||
echo "Hope you're a seasoned Nix user, because stuff is not pretty yet."
|
||||
echo "If you wonder what to do next, and want to do it the hard way, start with running"
|
||||
echo " nix-channel --add https://nixos.org/channels/nixos-18.09 nixpkgs"
|
||||
echo " nix-channel --add https://nixos.org/channels/nixos-19.03 nixpkgs"
|
||||
echo " nix-channel --update"
|
||||
echo "After that you can summon software from nixpkgs (e.g. gitMinimal):"
|
||||
echo "* by asking for a shell that has it:"
|
||||
|
|
@ -188,9 +188,9 @@ fi
|
|||
|
||||
echo "Installing home-manager and other good stuff..."
|
||||
|
||||
echo "Subscribing to the stable (nixos-18.09) channel of nixpkgs..."
|
||||
echo "Subscribing to the stable (nixos-19.03) channel of nixpkgs..."
|
||||
echo "If you want unstable instead, you probably also know what to do."
|
||||
$TGT_NIX/bin/nix-channel --add https://nixos.org/channels/nixos-18.09 nixpkgs
|
||||
$TGT_NIX/bin/nix-channel --add https://nixos.org/channels/nixos-19.03 nixpkgs
|
||||
echo "Subscribing to home-manager channel..."
|
||||
$TGT_NIX/bin/nix-channel --add https://github.com/rycee/home-manager/archive/master.tar.gz home-manager
|
||||
echo "Updating channels..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue