When will Travis-ci support NixOS / NixOps?

Travis currently supports linux (ubuntu?) And mac .

I am currently learning nix. I believe this is a powerful way to declare the global state of your system. It is available at various levels:

In the current state I could install a nix package manager on a linux vm and get all the packages I need, great!

In my ideal world, I could do the same on a machine or at the deployment level (machine [s]).

So my question is, when will travis-ci support NixOS? When will travis-ci support multiple machine settings (say with NixOps)?

+3


source to share


1 answer


it would be nice to be able to share /nix/store

between travis builds. but for nixpkgs we are already trying to create changes with the tool nox

.



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

+2


source







All Articles