Skip to content

Commit

Permalink
Merge pull request #238 from noamraph/patch-3
Browse files Browse the repository at this point in the history
Update 09-automatic-runtime-dependencies.md - fix NixOps link
  • Loading branch information
drupol committed Apr 12, 2024
2 parents 11f9dce + a6ef530 commit 514b3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pills/09-automatic-runtime-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Of course, the executable will run fine as long as everything is under the `/nix

We saw some of the tools Nix provides, along with their features. In particular, we saw how Nix is able to compute runtime dependencies automatically. This is not limited to only shared libraries, but can also reference executables, scripts, Python libraries, and so forth.

Approaching builds in this way makes packages self-contained, ensuring (apart from data and configuration) that copying the runtime closure onto another machine is sufficient to run the program. This enables us to run programs without installation using `nix-shell`, and forms the basis for [reliable deployment in the cloud](https://nixos.org/manual/nix/stable/introduction.html).
Approaching builds in this way makes packages self-contained, ensuring (apart from data and configuration) that copying the runtime closure onto another machine is sufficient to run the program. This enables us to run programs without installation using `nix-shell`, and forms the basis for [reliable deployment in the cloud](https://github.com/NixOS/nixops).

## Next pill

Expand Down

0 comments on commit 514b3fe

Please sign in to comment.