clean up afterward

This commit is contained in:
Amy de Buitléir 2023-06-12 18:32:56 +01:00
parent f5c7cc6ab7
commit c820094633
3 changed files with 83 additions and 2 deletions

View file

@ -4,7 +4,6 @@ At last we are ready to create a flake from scratch! Start with an empty
directory and create a git repository.
....
$ cd ~/tutorial-practice
$ mkdir hello-python
$ cd hello-python
$ git init
@ -180,6 +179,7 @@ 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