Skip to content

Commit

Permalink
add more useful next steps to language tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed Mar 9, 2024
1 parent 4b5bd33 commit 3481d80
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion source/tutorials/nix-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,14 @@ Explanation:
### Get things done

- [](declarative-reproducible-envs) – create reproducible shell environments from a Nix file
- [Garbage Collection](https://nix.dev/manual/nix/2.18/package-management/garbage-collection.html) – remove unused build results from the Nix store
- [](./packaging-existing-software.md) – make more software available through Nix with one command


If you want to take a longer break from learning Nix, you can remove unused build results from the Nix store with:

```console
$ nix-collect-garbage
```

### Learn more

Expand Down

0 comments on commit 3481d80

Please sign in to comment.