nix 工作区 源码
Nix工作区 使用Nix管理工作区。 例子: { pkgs , ... }: let ocaml_env = { buildInputs = with pkgs ; [ gmp glibc ]; activation_script = '' eval `opam env` '' ; }; in { nix-workspaces = { git . remotes . origin = " https://github.com/Julow/nix-workspaces " ; buildInputs = with
下载地址
用户评论