all repos — nixfiles @ 8b52429ea3e4b30fc36317cb482775ff7b4974db

System and user configuration, managed by nix and home-manager

adopt: fix on macOS

Alan Pearce
commit

8b52429ea3e4b30fc36317cb482775ff7b4974db

parent

5d314760c15cb68ca79f38a1b019d155ef961e62

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M adoptadopt
@@ -1,5 +1,5 @@
#!/bin/sh -DOTFILES_DIR=$(dirname $(readlink -f $0)) +DOTFILES_DIR=$(dirname $0) STOW="$DOTFILES_DIR/stow" if [ "$#" -lt 2 ]