mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-24 22:29:33 +01:00
update README
This commit is contained in:
parent
e587ad1427
commit
fa4a5dfc26
11
README.md
11
README.md
@ -104,6 +104,17 @@ sudo nixos-generate-config --dir yodaTab
|
|||||||
# TODO
|
# TODO
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Run an AppImage
|
||||||
|
|
||||||
|
* https://nixos.wiki/wiki/Appimage
|
||||||
|
|
||||||
|
```shell
|
||||||
|
# Note how your shell prefix changes.
|
||||||
|
nix-shell --packages appimage-run
|
||||||
|
# Inside the shell, you can run an AppImage:
|
||||||
|
appimage-run ~/Downloads/ubports-installer_0.10.0_linux_x86_64.AppImage
|
||||||
|
```
|
||||||
|
|
||||||
## General Notes
|
## General Notes
|
||||||
|
|
||||||
* There is controversy about flakes, rather use channels (e.g. with niv)
|
* There is controversy about flakes, rather use channels (e.g. with niv)
|
||||||
|
Loading…
Reference in New Issue
Block a user