Flakes: Difference between revisions

imported>DieracDelta
add information on how to get repl
imported>Gytis-ivaskevicius
Remove unecessary `\`
Line 382: Line 382:


<syntaxHighlight>
<syntaxHighlight>
export __NIXOS_SET_ENVIRONMENT_DONE='' && nix repl $(source /etc/profile && echo $NIX_PATH | perl -pe 's|.*(/nix/store/.*-source/repl.nix).*|\\1|')
export __NIXOS_SET_ENVIRONMENT_DONE='' && nix repl $(source /etc/profile && echo $NIX_PATH | perl -pe 's|.*(/nix/store/.*-source/repl.nix).*|\1|')
</syntaxHighlight>
</syntaxHighlight>