mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-08 06:47:22 +08:00
clean up afterward
This commit is contained in:
parent
4beced8a0c
commit
3f5968e8e3
2 changed files with 10 additions and 5 deletions
|
|
@ -177,8 +177,8 @@ You can test that your package is properly configured by going to
|
|||
another directory and running it from there.
|
||||
|
||||
....
|
||||
$ cd ~
|
||||
$ nix run ~/tutorial-practice/hello-python
|
||||
$ cd ..
|
||||
$ nix run ./hello-python
|
||||
....
|
||||
|
||||
If you move the project to a public repo, anyone can run it. Recall from
|
||||
|
|
@ -194,5 +194,5 @@ Python flake.
|
|||
|
||||
////
|
||||
Good adoc0 scripts clean up after themselves.
|
||||
$ cd .. ; rm -rf hello-python # clean up
|
||||
$ rm -rf hello-python # clean up
|
||||
////
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue