This commit is contained in:
Benjamin Palko 2024-08-03 20:40:26 -04:00
parent 0a4f785a04
commit 19218bc9ce

View file

@ -38,6 +38,6 @@
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
VCPKG_ROOT = "${pkgs.vcpkg.outPath}"; VCPKG_ROOT = "${pkgs.vcpkg.outPath}/share/vcpkg";
}; };
} }