From d6088fe8da30664f2b76163fe44ce715b0be32c4 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Wed, 16 Dec 2020 20:31:20 -0700 Subject: [PATCH] Add link to nixflk in README.md I appreciate the shoutout. Just thought a link would be useful :+1: --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af86971..44cb525 100644 --- a/README.md +++ b/README.md @@ -1,8 +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. +**NOTE**: [nixflk](https://github.com/nrdxp/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.