Pushing updates.
This commit is contained in:
parent
c8d0651bab
commit
d4e38781ce
2 changed files with 15 additions and 1 deletions
|
|
@ -26,6 +26,9 @@
|
|||
];
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
stdenv.cc.cc.lib # libstdc++.so.6 — needed by VSCodium extension native addons (e.g. sqlite3 in Continue)
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue