blog/howistartnix: link to dockerTools

This commit is contained in:
Cadey Ratio 2020-03-08 19:50:46 +00:00
parent 740ccf8d42
commit 6a085e0e42
1 changed files with 2 additions and 0 deletions

View File

@ -495,6 +495,8 @@ Now that we have a package built, let's ship it in a docker image. nixpkgs
provides [dockerTools][dockertools] which helps us create docker images out of
Nix packages. Let's create `default.nix` with the following contents:
[dockertools]: https://nixos.org/nixpkgs/manual/#sec-pkgs-dockerTools
```nix
{ system ? builtins.currentSystem }: