From 597f8fee555567f29ae0aabc2d7fac10690034a8 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 18 Oct 2024 13:36:16 +0300 Subject: [PATCH 1/3] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8a7697..de3feee 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ It provides an end-to-end experience around using Nix, from installation to collaboration to deployment. Determinate has two core components: -- [Determinate Nix][det-nix] is [Determinate Systems][detsys]' validate and secure downstream [Nix] distribution. +- [Determinate Nix][det-nix] is [Determinate Systems][detsys]' validated and secure downstream [Nix] distribution. It comes bundled with [Determinate Nixd][dnixd], a helpful daemon that automates some otherwise-unpleasant aspects of using Nix, such as garbage collection and providing Nix with Keychain-provided certificates on macOS. - [FlakeHub] is a platform for publishing and discovering Nix flakes, providing [semantic versioning][semver] (SemVer) for flakes and automated flake publishing from [GitHub Actions][actions] and [GitLab CI][gitlab-ci]. From 0a4d12715b9bf2f36f1a81ede0e597fb1db40aea Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 18 Oct 2024 14:19:19 +0300 Subject: [PATCH 2/3] Fix dnixd link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de3feee..1d01f33 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Here's an example nix-darwin configuration: [cache]: https://determinate.systems/posts/flakehub-cache-beta [det-nix]: https://determinate.systems/nix [detsys]: https://determinate.systems +[dnixd]: https://docs.determinate.systems/determinate-nix/determinate-nixd [fh]: https://github.com/DeterminateSystems/fh [flakehub]: https://flakehub.com [flake-inputs]: https://zero-to-nix.com/concepts/flakes#inputs From b0867351c9dc834da82c3dfaf8503135d8e5a36e Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 18 Oct 2024 14:35:43 +0300 Subject: [PATCH 3/3] One more link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d01f33..559f2fc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It provides an end-to-end experience around using Nix, from installation to coll Determinate has two core components: - [Determinate Nix][det-nix] is [Determinate Systems][detsys]' validated and secure downstream [Nix] distribution. - It comes bundled with [Determinate Nixd][dnixd], a helpful daemon that automates some otherwise-unpleasant aspects of using Nix, such as garbage collection and providing Nix with Keychain-provided certificates on macOS. + It comes bundled with [Determinate Nixd][dnixd], a helpful daemon that automates some otherwise-unpleasant aspects of using Nix, such as garbage collection and providing Nix with [Keychain]-provided certificates on macOS. - [FlakeHub] is a platform for publishing and discovering Nix flakes, providing [semantic versioning][semver] (SemVer) for flakes and automated flake publishing from [GitHub Actions][actions] and [GitLab CI][gitlab-ci]. You can get started with Determinate in one of two ways: @@ -100,6 +100,7 @@ Here's an example nix-darwin configuration: [follows]: https://zero-to-nix.com/concepts/flakes#inputs [gitlab-ci]: https://docs.gitlab.com/ee/ci [installer]: https://github.com/DeterminateSystems/nix-installer +[keychain]: https://developer.apple.com/documentation/security/keychain-services [netrc]: https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html [nix]: https://zero-to-nix.com/concepts/nix [nix-conf]: https://nix.dev/manual/nix/latest/command-ref/conf-file