Flake Utils: Difference between revisions

Pigs (talk | contribs)
Create flake utils page, populate it with stuff from the flakes page
 
Malix (talk | contribs)
m syntax
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[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]].
{{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]].


= Defining a flake for multiple architectures =
= Defining a flake for multiple architectures =
Line 51: Line 53:
}
}
</syntaxhighlight>
</syntaxhighlight>
[[Category:Flakes]]