From da5e728f0412d5e3e85e5b9f65cd151d32d540fe Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Mon, 15 Jul 2024 14:11:15 -0700 Subject: [PATCH 1/3] Add dockerImages output to README list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1ea5c40..ee488cf 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ It supports the following flake output types: * [`packages`][packages] * [`darwinConfigurations`][darwin] * [`homeConfigurations`][home] +* [`dockerImages`][docker] * `schemas` ## Read more @@ -24,6 +25,7 @@ It supports the following flake output types: [blog]: https://determinate.systems/posts/flake-schemas [checks]: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake-check.html [darwin]: https://github.com/LnL7/nix-darwin +[docker]: https://docker.com [develop]: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-develop.html [flakes]: https://zero-to-nix.com/concepts/flakes [home]: https://github.com/nix-community/home-manager From 4f60b0c057ef42f00c74f56d0189ccf13d23fce9 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Mon, 15 Jul 2024 14:13:00 -0700 Subject: [PATCH 2/3] Link to NixOS manual --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee488cf..4fc425b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ It supports the following flake output types: [blog]: https://determinate.systems/posts/flake-schemas [checks]: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake-check.html [darwin]: https://github.com/LnL7/nix-darwin -[docker]: https://docker.com +[docker]: https://nixos.org/manual/nixpkgs/stable/#chap-images [develop]: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-develop.html [flakes]: https://zero-to-nix.com/concepts/flakes [home]: https://github.com/nix-community/home-manager From 1b6a67e94b45c5218930c5d37e4fe941659f0d9e Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Mon, 15 Jul 2024 14:13:28 -0700 Subject: [PATCH 3/3] Link to dockerTools section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fc425b..ec819f2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ It supports the following flake output types: [blog]: https://determinate.systems/posts/flake-schemas [checks]: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake-check.html [darwin]: https://github.com/LnL7/nix-darwin -[docker]: https://nixos.org/manual/nixpkgs/stable/#chap-images +[docker]: https://nixos.org/manual/nixpkgs/stable/#sec-pkgs-dockerTools [develop]: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-develop.html [flakes]: https://zero-to-nix.com/concepts/flakes [home]: https://github.com/nix-community/home-manager