diff options
Diffstat (limited to 'macos.local/flake/home/core.nix.org')
-rw-r--r-- | macos.local/flake/home/core.nix.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macos.local/flake/home/core.nix.org b/macos.local/flake/home/core.nix.org index 02be8f0..4beefd8 100644 --- a/macos.local/flake/home/core.nix.org +++ b/macos.local/flake/home/core.nix.org @@ -29,7 +29,7 @@ Set up home manager for my user account and import submodules. Define my user as home.sessionSearchVariables = { MANPATH = [ - "/Library/Developer/CommandLineTools/SDKs/macOSX13.0.sdk/usr/share/man" + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/share/man" "/usr/share/man" ]; }; |