简体   繁体   English

Travis-ci什么时候会支持NixOS / NixOps?

[英]When will Travis-ci will support NixOS/NixOps?

Currently travis supports linux (ubuntu?) and mac . 目前travis支持linux(ubuntu?)和mac

I'm currently exploring nix. 我正在探索nix。 I think it's a powerful way to declare the global state of your system. 我认为这是一种声明系统全局状态的强大方法。 It's available at various level: 它有各种级别:

With the current state, I could install nix the package manager on a linux vm and get all the packages I need, great! 在当前状态下,我可以在linux vm上安装nix包管理器并获得我需要的所有包,太棒了!

In my ideal world, I could do the same at the machine or at the deployment level (machine[s]). 在我的理想世界中,我可以在机器或部署级别(机器[s])执行相同的操作。

So my question is: When will travis-ci will support NixOS? 所以我的问题是:travis-ci什么时候会支持NixOS? When will travis-ci will support multiple machine setup (let's say with NixOps) ? 什么时候travis-ci将支持多台机器设置(比方说NixOps)?

it would be nice to be able to share /nix/store between travis builds. 能够在travis构建之间共享/nix/store会很高兴。 but for nixpkgs we're already try to build changes using nox tool. 但对于nixpkgs,我们已经尝试使用nox工具构建更改。

https://github.com/NixOS/nixpkgs/blob/master/.travis.yml https://github.com/NixOS/nixpkgs/blob/master/.travis.yml

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM