mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-18 14:28:15 +00:00
tests/vscode: fix darwin snippets test
This commit is contained in:
parent
8d2a058108
commit
1fd39a1055
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ let
|
|||
|
||||
snippetsDir = name:
|
||||
if pkgs.stdenv.hostPlatform.isDarwin then
|
||||
"Library/Application Support/Code/User${
|
||||
"Library/Application Support/Code/User/${
|
||||
lib.optionalString (name != "default") "profiles/${name}/"
|
||||
}/snippets"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue