Flakes: Difference between revisions

imported>Edrex
add a bit more to get users started with repl
imported>Edrex
m make last repl example addition more terse
Line 463: Line 463:
# nix repl  
# nix repl  
>> :lf /etc/nixos
>> :lf /etc/nixos
>> :a nixosConfigurations.myhost
>> nixosConfigurations.myhost.config
>> config
{ ... }
{ ... }
</syntaxHighlight>
</syntaxHighlight>