1
0
Fork 0
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:
Austin Horstman 2025-03-08 23:04:56 -06:00
parent 8d2a058108
commit 1fd39a1055

View file

@ -4,7 +4,7 @@ let
snippetsDir = name: snippetsDir = name:
if pkgs.stdenv.hostPlatform.isDarwin then if pkgs.stdenv.hostPlatform.isDarwin then
"Library/Application Support/Code/User${ "Library/Application Support/Code/User/${
lib.optionalString (name != "default") "profiles/${name}/" lib.optionalString (name != "default") "profiles/${name}/"
}/snippets" }/snippets"
else else