Flakes: Difference between revisions
imported>DamienCassou m Remove one of 2 verbs in a sentence. |
imported>Paumr added headlines to improve readability |
||
Line 13: | Line 13: | ||
Right now nix flakes are only available in the unstable nix version and need to be enabled in nix.conf as well. | Right now nix flakes are only available in the unstable nix version and need to be enabled in nix.conf as well. | ||
=== NixOS === | |||
In NixOS this can be achieved with the following line in <code>configuration.nix</code> | In NixOS this can be achieved with the following line in <code>configuration.nix</code> | ||
Line 26: | Line 27: | ||
</syntaxHighlight> | </syntaxHighlight> | ||
=== Non-NixOS === | |||
On non-nixos system install `nixUnstable` in your environment: | On non-nixos system install `nixUnstable` in your environment: | ||