Flakes: Difference between revisions
imported>Mic92 add nix flake installer |
imported>DamienCassou m Remove one of 2 verbs in a sentence. |
||
| Line 6: | Line 6: | ||
Sources can be tarballs, git, local directories or mercurial repositories. | Sources can be tarballs, git, local directories or mercurial repositories. | ||
It makes evaluation reproducible with providing a lock called flake.lock. | It makes evaluation reproducible with providing a lock called flake.lock. | ||
This lock file | This lock file provides hashes for sources and locks the revision | ||
of external version control system. | of external version control system. | ||
Nix flakes intents to replace nix channels and the nix search path (<code>NIX_PATH</code>). | Nix flakes intents to replace nix channels and the nix search path (<code>NIX_PATH</code>). | ||