Re: [Nix-dev] How to use a previous build from hydra-server

2015-12-08 Thread Teo Klestrup Röijezon
If there are multiple channels (custom channels included) available, how > does Nix choose from which to install, and is there a way for us to pick a > preference? > On 08/12/2015 5:52 PM, "Teo Klestrup Röijezon" <t...@nullable.se> wrote: > >> You can import

Re: [Nix-dev] How to use a previous build from hydra-server

2015-12-07 Thread Teo Klestrup Röijezon
You can import a package from a specific version of nixpkgs, independent of the rest of your build, though it's a bit of a manual process. First, check on Hydra which Git revision it is that you want to build (you can see this on the Inputs tab, 144d13cf2cc6de28f8abe9e9e8c98f28ccf8fc59 in this

Re: [Nix-dev] Replace module options

2015-11-29 Thread Teo Klestrup Röijezon
mkForce (https://nixos.org/nixos/manual/index.html#sec-modularity) is probably what you're looking for then. On 29 November 2015 at 17:29, Игорь Пашев wrote: > 2015-11-29 19:26 GMT+03:00 Joel Moberg : > > I think every service have a enable

Re: [Nix-dev] Stackage Support Will Be Discontinued

2016-06-11 Thread Teo Klestrup Röijezon
Fair enough, that seems like a reasonable solution. On 11 June 2016 at 18:31, Benno Fünfstück <benno.fuenfstu...@gmail.com> wrote: > Teo Klestrup Röijezon <t...@nullable.se> schrieb am Mi., 8. Juni 2016 um > 21:58 Uhr: > >> So there will no longer be a way to pin H

Re: [Nix-dev] Stackage Support Will Be Discontinued

2016-06-08 Thread Teo Klestrup Röijezon
So there will no longer be a way to pin Haskell dependencies? That's a bit annoying. I can understand the desire to keep security-critical packages like OpenSSL and user-facing tools like git-annex up to date, but at the same time there are many non-critical dependencies that I wouldn't want to go

Re: [Nix-dev] Open source team messaging: mattermost

2016-03-01 Thread Teo Klestrup Röijezon
Plain IRC sucks. IRCCloud does indeed make it a bit better, but (as a paying subscriber) asking newcomers to subscribe to a paid service to get an acceptable client isn't exactly welcoming. On 1 March 2016 at 23:31, Moritz Ulrich wrote: > > Please don't make me keep open

Re: [Nix-dev] Did we just get windows support for free?

2016-03-30 Thread Teo Klestrup Röijezon
Yes, but there's some hidden switch you need to flip in order to allow it. On 30 March 2016 at 22:46, stewart mackenzie wrote: > Does windows support symlinks in non-administrator mode? > > ___ > nix-dev mailing list >

[Nix-dev] Hydra jobs from private git repositories

2016-03-25 Thread Teo Klestrup Röijezon
Hi, Is there any support for setting up Hydra jobs with private git repositories as build inputs? I generated a SSH keypair each for hydra and hydra-queue-runner, and added them both as deploy keys on Bitbucket, but the authentication still seems to fail. This was using Hydra

Re: [Nix-dev] Hydra jobs from private git repositories

2016-03-25 Thread Teo Klestrup Röijezon
/lib/hydra/.ssh. > > On Fri, Mar 25, 2016 at 3:19 PM Teo Klestrup Röijezon <t...@nullable.se> > wrote: > >> Hi, >> >> Is there any support for setting up Hydra jobs with private git >> repositories as build inputs? I generated a SSH keypair each for hydra and

Re: [Nix-dev] Hydra jobs from private git repositories

2016-03-25 Thread Teo Klestrup Röijezon
For the record, it says something about host key verification failing. If I try to run `ssh g...@bitbucket.org` sudoed as either user it works and shows that it should have access to the repo. On 25 March 2016 at 22:47, Teo Klestrup Röijezon <t...@nullable.se> wrote: > Did that for b

Re: [Nix-dev] Hydra jobs from private git repositories

2016-03-25 Thread Teo Klestrup Röijezon
D'oh! Disabling StrictHostKeyChecking made it work perfectly, thanks! On 25 March 2016 at 23:28, Domen Kožar <do...@dev.si> wrote: > See https://github.com/peti/hydra-tutorial/issues/2 > > On Fri, Mar 25, 2016 at 9:48 PM, Teo Klestrup Röijezon <t...@nullable.se> > wr

Re: [Nix-dev] break purity

2016-04-21 Thread Teo Klestrup Röijezon
You can set up a build environment resembling what nix-build would use using the nix-shell command. All dependencies are provided, and each build phase gets a function. On 21 April 2016 at 17:42, stewart mackenzie wrote: > Hi, > > I've got a bunch of artifacts being built in

[Nix-commits] [NixOS/nixpkgs] 2fb541: oidentd: Set C dialect to gnu89 (broken by GCC 5)

2016-07-27 Thread Teo Klestrup Röijezon
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: 2fb54132c0e9114cedc9b0c0fddd7cdca95605c4 https://github.com/NixOS/nixpkgs/commit/2fb54132c0e9114cedc9b0c0fddd7cdca95605c4 Author: Teo Klestrup Röijezon <t...@nullable.se> Date: 2016-07-27 (W

Re: [Nix-dev] Hydra out of disk space

2016-07-16 Thread Teo Klestrup Röijezon
How much space does it currently take up? On 16 July 2016 at 11:50, Mateusz Czaplinski wrote: > Sorry if this was already discussed, but I had a thought recently, > that if the Hydra farm has recurring trouble with capacity, maybe > there is a chance some third-party

Re: [Nix-dev] Tips on deploying a Scala Play application

2016-07-05 Thread Teo Klestrup Röijezon
Hi, A JRE should be enough for running it, but you need sbt and a JDK for building. I've got a derivation for a Play website at https://github.com/BlocklandGlass/ParseTS-Playground/blob/master/parsets-playground.nix, with the NixOS/NixOps setup at

Re: [Nix-dev] Tips on deploying a Scala Play application

2016-07-07 Thread Teo Klestrup Röijezon
rope/Brussels"; > }; > }; > }; > }; > }; > > config = mkIf (cfg.platforms != {}) { > system.activationScripts = mapAttrs' packageActivation cfg.platforms; > systemd.services = mapAttrs' systemdService cfg.platforms // timers >

Re: [Nix-dev] Tips on deploying a Scala Play application

2016-07-07 Thread Teo Klestrup Röijezon
who might be able > to shed some light on how to deploy a Play application correctly. I'm glad > to see that you pulled it off in your demo on nullable.se ;-) > > > Thanks again for your support! > > Erik > > On Wed, Jul 6, 2016 at 10:00 PM Teo Klestrup Röijezon <t...@null

Re: [Nix-dev] Tips on deploying a Scala Play application

2016-07-05 Thread Teo Klestrup Röijezon
.@gmail.com> wrote: > >> Hi Teo, >> >> Thank you for your explanation and quick qualitative response! >> >> I'll be looking at your code asap and report back with my experiences ;-) >> >> Kind regards, >> >> Erik >> >> On Tue, Jul 5,

Re: [Nix-dev] Sbtix - SBT project builder

2016-08-27 Thread Teo Klestrup Röijezon
raft > +358 (0)45 6 135 315 > > > On Fri, 26 Aug 2016 13:13:24 -0700 *Teo Klestrup > Röijezon<t...@nullable.se <t...@nullable.se>>* wrote > > Hi, > > Lately I've been working on a project to help build SBT projects with Nix: > https://github.com/

[Nix-dev] Sbtix - SBT project builder

2016-08-26 Thread Teo Klestrup Röijezon
Hi, Lately I've been working on a project to help build SBT projects with Nix: https://github.com/teozkr/Sbtix. Currently it provides some basic project boilerplate and downloads your project dependencies for you (like Bundix), but it would be nice to have it also download, say, your SBT plugins