mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
tests/vscode: fix darwin snippets test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user