feat: zenbrowser + nas attempt through tailscale + lib cc

This commit is contained in:
Florian Schmitt 2025-02-28 18:52:13 +03:00
parent 0a5118e815
commit da3cf14e5e
5 changed files with 120 additions and 40 deletions

View file

@ -71,6 +71,7 @@
# Sets up all the libraries to load
nix-ld.libraries = with pkgs; [
stdenv.cc.cc
stdenv.cc.cc.lib
zlib
];
};