Flakes: Difference between revisions

imported>Nix
imported>Nix
split official links out, add link to original Flakes RFC
Line 431: Line 431:


<pre>nixpkgs.config.allowUnfree = true;</pre>
<pre>nixpkgs.config.allowUnfree = true;</pre>
== Official Nix links ==
These are links out to information from official Nix sources on Flakes.
* [https://github.com/NixOS/rfcs/pull/49 Eelco Dolstra's RFC #49] - This is the initial RFC for Flakes to be included in NixOS, from July 2019
* [https://github.com/NixOS/nix/blob/master/src/nix/flake.md spec describing flake inputs in more detail]


== See also ==
== See also ==


* [https://serokell.io/blog/practical-nix-flakes Practical Nix Flakes] - 2021 - Intro article on working with Nix and Flakes
* [https://serokell.io/blog/practical-nix-flakes Practical Nix Flakes] - 2021: Intro article on working with Nix and Flakes
* [https://github.com/numtide/flake-utils flake-utils: Library to avoid some boiler-code when writing flakes]
* [https://github.com/numtide/flake-utils flake-utils: Library to avoid some boiler-code when writing flakes]
* [https://github.com/NixOS/nix/blob/master/src/nix/flake.md spec describing flake inputs in more detail]
* [https://zimbatm.com/NixFlakes/#direnv-integration zimbat's direnv article]
* [https://zimbatm.com/NixFlakes/#direnv-integration zimbat's direnv article]
* [https://www.tweag.io/blog/2020-05-25-flakes/ Nix Flakes, Part 1: An introduction and tutorial]
* [https://www.tweag.io/blog/2020-05-25-flakes/ Nix Flakes, Part 1: An introduction and tutorial]