all repos — nixfiles @ 02a125e944e62ce9c4fe8a0b34e7d973a6ca46f9

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

stow: Disable tree-folding Create new directories as directories when installing a package set, rather than "optimising" by linking the parent directory. e.g. .emacs.d on a new system. It should always be a directory, as emacs stores files there that are not for the consideration of stow.

Alan Pearce
commit

02a125e944e62ce9c4fe8a0b34e7d973a6ca46f9

parent

272f3c8e6e368ac5abccc4a54ddbfc6b1de85f89

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

jump to
M stowstow
@@ -1,2 +1,2 @@
#!/bin/sh -stow --target="$HOME" "$@"+stow --target="$HOME" --no-folding "$@"