From b5cd128f9c6353dfb1119c54e3d5882a67a829e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Tue, 23 Nov 2021 02:17:21 +0100 Subject: [PATCH] Mention flake profile --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 294108eb..c5c828b7 100644 --- a/README.md +++ b/README.md @@ -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: ```