mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
refactor
This commit is contained in:
parent
3833e08014
commit
dd90dc4fb9
@ -239,7 +239,7 @@ sudo nixos-generate-config --dir hosts/$(hostname)
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Note how your shell prefix changes.
|
# Note how your shell prefix changes.
|
||||||
nix-shell --packages appimage-run
|
nix-shell -p appimage-run
|
||||||
```
|
```
|
||||||
```shell
|
```shell
|
||||||
# Inside the shell, you can run an AppImage:
|
# Inside the shell, you can run an AppImage:
|
||||||
@ -297,7 +297,7 @@ nix-info -m
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Note how your shell prefix changes.
|
# Note how your shell prefix changes.
|
||||||
nix-shell --packages nix-index
|
nix-shell -p nix-index
|
||||||
```
|
```
|
||||||
```shell
|
```shell
|
||||||
# Either build the index manually (requires >12GB RAM):
|
# Either build the index manually (requires >12GB RAM):
|
||||||
|
Loading…
Reference in New Issue
Block a user