Hi Arseniy, yes, it is possible. nix itself has an example of this in its release.nix.
$ git clone https://github.com/NixOS/nix $ nix-build -A deb_ubuntu1504x86_64 release.nix Cheers, Rob On Wed, Jul 8, 2015 at 5:52 PM, Arseniy Seroka <[email protected]> wrote: > Hello! > > Is there a way to build project (with default.nix in it) and make a .deb as > a result? > > Can I do this with the help of hydra? If so, can someone give me an example > how to > do it properly? > Or even better if I can do it only with the help of nix-build. > > -- > Sincerely, > Arseniy Seroka > > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev > -- Rob Vermaas [email] [email protected] _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
