diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-02-29 01:24:31 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-02-29 01:24:31 -0800 |
commit | b11251fba9ec0e5e0709b6f74153eb5aeba2430d (patch) | |
tree | f09bf0dab321280e32a836f8e9f7e1c925e76ae6 /ginaz | |
parent | 5d6b3c8849cfe1f5a5850c314a95a10173727d1e (diff) | |
download | nix-b11251fba9ec0e5e0709b6f74153eb5aeba2430d.tar nix-b11251fba9ec0e5e0709b6f74153eb5aeba2430d.tar.gz nix-b11251fba9ec0e5e0709b6f74153eb5aeba2430d.tar.bz2 nix-b11251fba9ec0e5e0709b6f74153eb5aeba2430d.tar.lz nix-b11251fba9ec0e5e0709b6f74153eb5aeba2430d.tar.xz nix-b11251fba9ec0e5e0709b6f74153eb5aeba2430d.tar.zst nix-b11251fba9ec0e5e0709b6f74153eb5aeba2430d.zip |
Update unstable install instructions
Diffstat (limited to 'ginaz')
-rw-r--r-- | ginaz/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ginaz/README b/ginaz/README index 1be871a..acd8dfd 100644 --- a/ginaz/README +++ b/ginaz/README @@ -39,6 +39,11 @@ nixos-generate-config --root /mnt cat <configuration.nix >/mnt/etc/nixos/configuration.nix cat <hardware-configuration.nix >/mnt/etc/nixos/hardware-configuration.nix +# unstable might be directly installable by first doing: +# see https://github.com/NixOS/nixpkgs/issues/35362 +#nix-channel --add https://nixos.org/channels/nixos-unstable nixos +#nix-channel --update + #nixos-install --root /mnt nixos-install |