Flakes: Difference between revisions
imported>Luabee m Fix code-formatting of "--inputs-from" in redirect tutorial section - Sorry for the spam edits! |
imported>Drupol m added the shell commands to enable flake |
||
Line 39: | Line 39: | ||
<syntaxHighlight lang=text> | <syntaxHighlight lang=text> | ||
experimental-features = nix-command flakes | experimental-features = nix-command flakes | ||
</syntaxHighlight> | |||
Here's a handy copy-paste: | |||
<syntaxHighlight lang=text> | |||
mkdir -p ~/.config/nix | |||
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf | |||
</syntaxHighlight> | </syntaxHighlight> | ||