This commit is contained in:
Benjamin Palko 2024-08-03 19:58:31 -04:00
parent 823fba724e
commit 621b05a216

View file

@ -9,8 +9,12 @@
gst-python gst-python
] ]
)) ))
# C++
clang clang
clang-tools clang-tools
vcpkg
vcpkg-tool
# Other
nodejs nodejs
bun bun
rustc rustc
@ -35,5 +39,6 @@
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
VCPKG_ROOT = "${pkgs.vcpkg.outpath}";
}; };
} }