Flakes: Difference between revisions
m →Enable unfree software: fix formatting |
Add a tip to avoid putting everything into the flake.nix for compatibility |
||
| Line 469: | Line 469: | ||
<translate> | <translate> | ||
=== Flake support in projects without flakes === <!--T:50--> | === Flake support in projects without flakes === <!--T:50--> | ||
{{Tip|Consider building your project in a manner where the <code>flake.nix</code> is merely <code>import</code>ing or <code>callPackage</code>ing stable Nix code to maximize compatibility for everyone as well as avoiding adding workaround dependencies to your project}} | |||
<!--T:51--> | <!--T:51--> | ||