From 6a085e0e42b45566e89584d004102240859863e8 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 8 Mar 2020 19:50:46 +0000 Subject: [PATCH] blog/howistartnix: link to dockerTools --- blog/how-i-start-nix-2020-03-08.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog/how-i-start-nix-2020-03-08.markdown b/blog/how-i-start-nix-2020-03-08.markdown index 4016c02..84a1fc3 100644 --- a/blog/how-i-start-nix-2020-03-08.markdown +++ b/blog/how-i-start-nix-2020-03-08.markdown @@ -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 }: