vcpkg
This commit is contained in:
parent
823fba724e
commit
621b05a216
1 changed files with 5 additions and 0 deletions
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue