When will Travis-ci will support NixOS/NixOps? -


currently travis supports linux (ubuntu?) , mac.

i'm exploring nix. think it's powerful way declare global state of system. it's available @ various level:

with current state, install nix package manager on linux vm , packages need, great!

in ideal world, same @ machine or @ deployment level (machine[s]).

so question is: when travis-ci support nixos? when travis-ci support multiple machine setup (let's nixops) ?

it nice able share /nix/store between travis builds. nixpkgs we're try build changes using nox tool.

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


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -