update README

This commit is contained in:
Daniel Langbein 2023-09-06 19:29:19 +02:00
parent 2ab8aeb980
commit b82100de24

View File

@ -192,6 +192,21 @@ nix-shell --packages appimage-run
appimage-run ~/Downloads/ubports-installer_0.10.0_linux_x86_64.AppImage appimage-run ~/Downloads/ubports-installer_0.10.0_linux_x86_64.AppImage
``` ```
## System information
```shell
nix-info -m
```
```
- system: `"x86_64-linux"`
- host os: `Linux 6.1.51, NixOS, 23.05 (Stoat), 23.05.3242.da5adce0ffaf`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.13.5`
- channels(root): `"nixos-23.05"`
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
```
## 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)