Flakes: Difference between revisions
Warrenmwang (talk | contribs) m fix typo "packagage" -> "packages" |
flake-inputs |
||
| Line 692: | Line 692: | ||
<!--T:51--> | <!--T:51--> | ||
The [https://github.com/edolstra/flake-compat flake-compat] library provides a compatibility layer that allows projects using traditional <code>default.nix</code> and <code>shell.nix</code> files to operate with flakes. For more details and usage examples, see the [[Flake Compat]] page. | The [https://github.com/edolstra/flake-compat flake-compat] library provides a compatibility layer that allows projects using traditional <code>default.nix</code> and <code>shell.nix</code> files to operate with flakes. For more details and usage examples, see the [[Flake Compat]] page. | ||
Another project that allows consuming flakes from non-flake projects is [https://github.com/fricklerhandwerk/flake-inputs flake-inputs]. | |||
=== Accessing flakes from Nix expressions === <!--T:58--> | === Accessing flakes from Nix expressions === <!--T:58--> | ||