about summary refs log tree commit diff
path: root/tools/nixery/config/pkgsource.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nixery/config/pkgsource.go')
-rw-r--r--tools/nixery/config/pkgsource.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nixery/config/pkgsource.go b/tools/nixery/config/pkgsource.go
index 95236c4b0d..380e664367 100644
--- a/tools/nixery/config/pkgsource.go
+++ b/tools/nixery/config/pkgsource.go
@@ -140,7 +140,7 @@ func pkgSourceFromEnv() (PkgSource, error) {
 	}
 
 	if git := os.Getenv("NIXERY_PKGS_REPO"); git != "" {
-		log.WithField("repo", git).Info("using NIx package set from git repository")
+		log.WithField("repo", git).Info("using Nix package set from git repository")
 
 		return &GitSource{
 			repository: git,