1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

improve end of icat packaging, add ls output

This commit is contained in:
alex 2023-07-20 14:16:04 -05:00 committed by Alexander Groleau
parent f1dcba406d
commit 4f6d0fa176

View file

@ -542,7 +542,11 @@ Nix automatically determined the `buildPhase` information for our `icat` package
...
```
Running our `nix-build` command once more will finally do what we want, and more safely than before; we can `ls` in the local directory to find a `result` symlink to a location in the Nix store:
```console
$ ls
hello.nix icat.nix result
```
`result/bin/icat` is the executable we built previously. Success!