This commit is contained in:
Miguel Palhas
2026-03-26 18:35:35 +00:00
parent 6f67e5f451
commit 02a7d44b57
4 changed files with 8 additions and 3 deletions
+1
View File
@@ -3,5 +3,6 @@
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
stdenv.cc.cc.lib
alsa-lib
];
}