diff --git a/README.md b/README.md index 1c7a14e1..86e351ff 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> Since flakes are still quite new, I've listed some learning resources +> [below](#resources). + # Introduction Herein lies a [NixOS][NixOS] configuration template using the new [flakes][wiki] mechanism. Its aim is to provide a generic repository which neatly separates @@ -92,10 +95,19 @@ but you can easily pull packages from inside your configuration like so: environment.systemPackages = with pkgs; [ nur.repos.. ]; } ``` +# Resources + +## Links +* [Example Repo](https://github.com/colemickens/nixos-flake-example) +* [Tweag.io _Flakes_ Blog Series](https://www.tweag.io/blog/2020-05-25-flakes) +* [NixOS _Flakes_ Wiki](https://nixos.wiki/wiki/Flakes) +* [Zimbatm's _Flakes_ Blog](https://zimbatm.com/NixFlakes) +* [Original RFC](https://github.com/tweag/rfcs/blob/flakes/rfcs/0049-flakes.md) ## Flake Talk: [![Flake talk at NixConf][thumb]][video] + # License This software is licensed under the [MIT License](COPYING).