Home Explore Blog Models CI



nix

src/nix/realisation/info.md
c2fcc7c1e8995a96dcaa38b0ed1530d0140224bf1ed0b03e0000000300000177
R"MdBoundary(
# Description

Display some information about the given realisation

# Examples

Show some information about the realisation of the `hello` package:

```console
$ nix realisation info nixpkgs#hello --json
[{"id":"sha256:3d382378a00588e064ee30be96dd0fa7e7df7cf3fbcace85a0e7b7dada1eef25!out","outPath":"fd3m7xawvrqcg98kgz5hc2vk3x9q0lh7-hello"}]
```

)MdBoundary"

Chunks
419f2202 (1st chunk of `src/nix/realisation/info.md`)
Title: Nix `realisation info` Command
Summary
This section describes the `nix realisation info` command, which is used to display information about a given package's 'realisation' (likely its build output or derivation). An example is provided, demonstrating how to retrieve JSON-formatted details for the `hello` package, including its ID and output path.