This commit is contained in:
Daniel Langbein 2023-09-21 13:09:36 +02:00
parent 3833e08014
commit dd90dc4fb9
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -239,7 +239,7 @@ sudo nixos-generate-config --dir hosts/$(hostname)
```shell
# Note how your shell prefix changes.
nix-shell --packages appimage-run
nix-shell -p appimage-run
```
```shell
# Inside the shell, you can run an AppImage:
@ -297,7 +297,7 @@ nix-info -m
```shell
# Note how your shell prefix changes.
nix-shell --packages nix-index
nix-shell -p nix-index
```
```shell
# Either build the index manually (requires >12GB RAM):