Flake Utils: Difference between revisions

Malix (talk | contribs)
m add link
Mightyiam (talk | contribs)
Link to Nixcademy blog post on (not using) flake-utils
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Warning|using flake-utils is [https://ayats.org/blog/no-flake-utils not recommended]. use [[Flake Parts]] instead}}
{{Warning|using flake-utils is [https://ayats.org/blog/no-flake-utils not recommended]; if you want to use a flake framework, use [[Flake Parts]] instead.}}


[https://github.com/numtide/flake-utils flake-utils] is a collection of pure Nix functions that don't depend on [[Nixpkgs]], and that are useful in the context of writing other [[Flakes|Nix Flakes]].
[https://github.com/numtide/flake-utils flake-utils] is a collection of pure Nix functions that don't depend on [[Nixpkgs]], and that are useful in the context of writing other [[Flakes|Nix Flakes]].
Line 53: Line 53:
}
}
</syntaxhighlight>
</syntaxhighlight>
== See also ==
* [https://nixcademy.com/posts/1000-instances-of-flake-utils/ 1000 Instances of flake-utils, Nixcademy]


[[Category:Flakes]]
[[Category:Flakes]]