From 04c4a21281b9a15e6a70b391c51e71c650767ce8 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Sat, 7 Nov 2020 23:03:59 -0800 Subject: [PATCH] readme: add meta note --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 540c785..af86971 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # nixos-flake-example +**NOTE**: nixflk is a better example repo for a full NixOS config layout, this repo +is mostly to provide more context+examples around flakes, and to show that you can produce +the same EXACT system with flakes as with nix-build, if you know what to do. + This readme starts out with an attempt to explain and justify flakes. It also contains some examples of `nix` cli flakes syntax and tips for adopting flakes in your project.