Add link to nixflk in README.md

I appreciate the shoutout. Just thought a link would be useful 👍
This commit is contained in:
Timothy DeHerrera 2020-12-16 20:31:20 -07:00 committed by GitHub
parent 04c4a21281
commit d6088fe8da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.