Formatting

This commit is contained in:
Andrea Ciceri 2021-10-06 10:53:56 +02:00
parent 8e4f077b23
commit f4b2a68ba0
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654

View file

@ -27,7 +27,8 @@ To check that the Nix Flake is [[https://nixos.org/manual/nix/unstable/command-r
*** Building *** Building
#+begin_src shell #+begin_src shell
nix -Lv build nix -Lv build
".#nixosConfigurations.<host>.config.system.build.toplevel" #+end_src ".#nixosConfigurations.<host>.config.system.build.toplevel"
#+end_src
Where ~<host>~ is the hostname e.g. ~pc~. Where ~<host>~ is the hostname e.g. ~pc~.