diff --git a/www/docs/customization/nix.md b/www/docs/customization/nix.md index d1594304b..f7ca4ac8a 100644 --- a/www/docs/customization/nix.md +++ b/www/docs/customization/nix.md @@ -1,7 +1,7 @@ -# Nixpkgs +# Nix User Repositories After releasing to GitHub, GitLab, or Gitea, GoReleaser can generate and publish -a _nixpkg_ to a [Nix User Repository][nur]. +a _nix derivation_ to an existing [Nix User Repository][nur]. The `nix` section specifies how the pkgs should be created: diff --git a/www/mkdocs.yml b/www/mkdocs.yml index f6df0989d..ca07b51e0 100644 --- a/www/mkdocs.yml +++ b/www/mkdocs.yml @@ -144,8 +144,8 @@ nav: - Fury: customization/fury.md - customization/dockerhub.md - customization/homebrew.md - - customization/nix.md - customization/winget.md + - NUR: customization/nix.md - AUR: customization/aur.md - Krew: customization/krew.md - Scoop: customization/scoop.md