mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-20 21:58:06 +01:00
refactor
This commit is contained in:
parent
3833e08014
commit
dd90dc4fb9
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user