diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-08-15 11:35:24 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-08-15 11:36:38 +0200 |
commit | a0fd46304e42f1df711b001a7159160c8e26d21d (patch) | |
tree | 73e576b83a888c71539e2f24d151059068bec27a | |
parent | 3b60f6ffd823051df796259b91a528c7355c4d84 (diff) |
doc: Fix typo.
* doc/guix-cookbook.texi (GUIX_PACKAGE_PATH): Fix typo in file name.
Reported-by: breathein on IRC.
-rw-r--r-- | doc/guix-cookbook.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 2e627ecc51..819dfd8dde 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -591,7 +591,7 @@ packages. Guix makes it possible to streamline the process by adding as many ``package declaration directories'' as you want. -Create a directory, say @file{~./guix-packages} and add it to the @samp{GUIX_PACKAGE_PATH} +Create a directory, say @file{~/guix-packages} and add it to the @samp{GUIX_PACKAGE_PATH} environment variable: @example |