Skip to content

Commit

Permalink
README.md: add some useful links
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp committed Dec 28, 2020
1 parent db653d6 commit 1045327
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -92,10 +95,19 @@ but you can easily pull packages from inside your configuration like so:
environment.systemPackages = with pkgs; [ nur.repos.<owner>.<package> ];
}
```
# 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).
Expand Down

0 comments on commit 1045327

Please sign in to comment.