diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-17 16:04:46 -0500 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-17 16:04:46 -0500 |
commit | 45242b344f844896bd9d58e34787eeaad7e8717d (patch) | |
tree | 0909d72f0b0b255028aca0df1044c8129c3408d9 /Makefile | |
parent | 8f4041cc9a1872ad0e710ac74b8501f7ba11f3aa (diff) |
system changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ macos-update: install macos-install: $(CONFIGS) darwin-rebuild switch --flake $(DSTDIR)/flake osascript -e "tell application \"System Events\" to tell every desktop to set picture to \"/$$HOME/.wallpaper\" as POSIX file" - sudo /usr/libexec/makewhatis -o /usr/local/share/man/whatis -v /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/share/man /usr/share/man + sudo /usr/libexec/makewhatis -o /usr/local/share/man/whatis /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/share/man /usr/share/man nixos-update: install nix flake update $(DSTDIR)/flake |