Skip to content

Commit

Permalink
fix(nixos): Workaround for mkOutOfStoreSymlink being broken
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Nov 8, 2023
1 parent 3191e01 commit 4a21713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home-manager/modules/nvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ in {
/vendor
'';
"nvim" = {
source = config.lib.file.mkOutOfStoreSymlink ../../nvim;
source = config.lib.file.mkOutOfStoreSymlink
"${config.home.homeDirectory}/git/dotfiles/nvim";
recursive = true;
};
};
Expand Down

0 comments on commit 4a21713

Please sign in to comment.