如何从 nix 表达式文件中安装 nix-env 派生?

Posted

技术标签:

【中文标题】如何从 nix 表达式文件中安装 nix-env 派生?【英文标题】:How can I nix-env install a derivation from a nix expression file? 【发布时间】:2019-11-17 22:22:48 【问题描述】:

我有一个构建派生的default.nix 文件(至少我对它的理解)。

 nixpkgs ? import <nixpkgs> , compiler ? "ghc864"  :
nixpkgs.pkgs.haskell.packages.$compiler.callCabal2nix "bhoogle" (./.) 

我可以成功nix-build这个。有没有办法可以直接使用nix-env 将其安装到我的用户配置文件中?例如nix-env -i -f default.nix

否则我需要在我的系统配置文件中定义一个包,例如:

  example = pkgs.callPackage /home/chris/example/default.nix ;

【问题讨论】:

您的示例 nix-env 调用看起来不错。你试过了吗? 有效!我想我阅读了-f 的 nix-env --help 并且只是将其视为不是我想要的东西而忽略了它——但显然不是!谢谢! 【参考方案1】:

确实是我最初的猜测(感谢@Robert):

nix-env -i -f default.nix

记录在nix --help:

   --file / -f path
       Specifies the Nix expression (designated below as the active Nix expression) used by the --install, --upgrade, and --query

--获取的可用操作 推导。默认为 ~/.nix-defexpr。

       If the argument starts with http:// or https://, it is interpreted as the URL of a tarball that will be downloaded and

解压到临时位置。压缩包 必须包含一个***目录,其中至少包含一个名为 default.nix 的文件。

【讨论】:

以上是关于如何从 nix 表达式文件中安装 nix-env 派生?的主要内容,如果未能解决你的问题,请参考以下文章

如何在 ubuntu 中安装 bluejeans?

如何在 ubuntu 中安装“make”? [关闭]

在android模拟器中安装apk文件[重复]

如何使用 Inno Setup 根据注册表项选择在文件夹中安装插件/文件?

Linux中安装Nginx

虚拟机中安装GHO文件配置说明