This commit is contained in:
xunuwu 2026-01-10 10:11:31 +01:00
parent 7e444a894a
commit 7fd3391cc4
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 7 additions and 1 deletions

View file

@ -125,7 +125,12 @@
(pkgs.buildFHSEnv { (pkgs.buildFHSEnv {
name = "silk-fhs"; name = "silk-fhs";
runScript = "bash"; runScript = "bash";
targetPkgs = pkgs: with pkgs; [glfw assimp]; targetPkgs = pkgs:
with pkgs; [
glfw
assimp
wgpu-native
];
}) })
# jetbrains.idea-ultimate # jetbrains.idea-ultimate

View file

@ -14,6 +14,7 @@
fd # find replacement fd # find replacement
graphviz-nox graphviz-nox
p7zip p7zip
zip
unar unar
jq jq
openssl # for generating passwords openssl # for generating passwords