1
0
Fork 0
mirror of https://github.com/tboerger/nixos-config synced 2024-06-09 13:56:04 +02:00

docs: add nix-shell command for unstable flake command

This commit is contained in:
Thomas Boerger 2022-02-20 18:48:50 +01:00
parent b379af2bac
commit 33fcee2f10
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B

View File

@ -22,6 +22,8 @@ chmod u=rw,g=,o= $HOME/.ssh/id_*
### Bootstrap
```console
sudo nix-shell --packages nixUnstable
bash -c "$(curl -fsSL https://raw.githubusercontent.com/tboerger/nixos-config/master/scripts/asgard-partitions)"
nixos-install --root /mnt --flake github:tboerger/nixos-config\#asgard
```
@ -41,6 +43,8 @@ nixos-rebuild switch \
### Bootstrap
```console
sudo nix-shell --packages nixUnstable
bash -c "$(curl -fsSL https://raw.githubusercontent.com/tboerger/nixos-config/master/scripts/utgard-partitions)"
nixos-install --root /mnt --flake github:tboerger/nixos-config\#utgard
```