Add nix
by default
This commit is contained in:
parent
1c95437a71
commit
1a64e0a3ca
1 changed files with 9 additions and 0 deletions
|
@ -230,6 +230,15 @@ sudo n install latest;
|
||||||
# Docker
|
# Docker
|
||||||
. "../Software/docker/install.sh";
|
. "../Software/docker/install.sh";
|
||||||
|
|
||||||
|
# Nix
|
||||||
|
yay --noconfirm -Syu \
|
||||||
|
nix \
|
||||||
|
nil-git
|
||||||
|
;
|
||||||
|
|
||||||
|
nix-channel --add https://nixos.org/channels/nixpkgs-unstable;
|
||||||
|
nix-channel --update;
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
. "../Software/logo-ls/install.sh";
|
. "../Software/logo-ls/install.sh";
|
||||||
. "../Software/Virtual Machine Manager/install.sh";
|
. "../Software/Virtual Machine Manager/install.sh";
|
||||||
|
|
Loading…
Reference in a new issue