Mention flake profile

This commit is contained in:
Maciej Krüger 2021-11-23 02:17:21 +01:00
parent 34c0c539ca
commit b5cd128f9c
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -28,6 +28,12 @@ nixos-generators can be also installed from source into the user profile like th
nix-env -f https://github.com/nix-community/nixos-generators/archive/master.tar.gz -i
```
or for flakes users like this:
```console
nix profile install github:nix-community/nixos-generators
```
or run from the nix flake without installing:
```