lol

nixos/doc/writing-nixos-tests: Clarify working directory

Co-authored-by: christian-burger <christian@krikkel.de>

authored by

Robert Hensing
christian-burger
and committed by
Robert Hensing
b2caf796 666e969d

+2
+1
nixos/doc/manual/development/writing-nixos-tests.section.md
··· 60 60 You can run a test with attribute name `mytest` in `nixos/tests/all-tests.nix` by invoking: 61 61 62 62 ```shell 63 + cd /my/git/clone/of/nixpkgs 63 64 nix-build -A nixosTests.mytest 64 65 ``` 65 66
+1
nixos/doc/manual/from_md/development/writing-nixos-tests.section.xml
··· 77 77 in <literal>nixos/tests/all-tests.nix</literal> by invoking: 78 78 </para> 79 79 <programlisting> 80 + cd /my/git/clone/of/nixpkgs 80 81 nix-build -A nixosTests.mytest 81 82 </programlisting> 82 83 </section>