mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-03 20:24:57 +08:00
clean up afterward
This commit is contained in:
parent
f1fc718e7c
commit
4beced8a0c
1 changed files with 5 additions and 1 deletions
|
|
@ -179,7 +179,6 @@ another directory and running it from there.
|
|||
....
|
||||
$ cd ~
|
||||
$ nix run ~/tutorial-practice/hello-python
|
||||
$# cd .. ; rm -rf hello-python # clean up
|
||||
....
|
||||
|
||||
If you move the project to a public repo, anyone can run it. Recall from
|
||||
|
|
@ -192,3 +191,8 @@ nix run "git+https://codeberg.org/mhwombat/hello-flake"
|
|||
|
||||
Modify the URL accordingly and invite someone else to run your new
|
||||
Python flake.
|
||||
|
||||
////
|
||||
Good adoc0 scripts clean up after themselves.
|
||||
$ cd .. ; rm -rf hello-python # clean up
|
||||
////
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue