我有這個簡單的C++程式碼: #include <ncurses.h> int main () { return 0; } 我嘗試使用此 shell.nix 檔案進行構建 {stdenv , ncurses}: with import <nixpkgs> ...
確定! 回上一頁