Re: [Nix-dev] NixOS on Azure?

2014-09-06 Thread Wout Mertens
... And is anybody working on making NixOps work with Azure? Wout. On Sep 6, 2014 5:46 AM, Shea Levy s...@shealevy.com wrote: How is the initial connection managed? Does Azure provide a console, or some interface to provide the VM with an SSH public key, or some such? On Fri, Sep 05, 2014 at

Re: [Nix-dev] NixOS on Azure?

2014-09-06 Thread Rob Vermaas
Hi, I have created an issues with the information supplied by OP ( https://github.com/NixOS/nixpkgs/issues/3986). I believe Domen had plans to work on an Azure image. If people want to colaborate on this, please add a comment to the issue. I might spend some time this weekend setting up an

Re: [Nix-dev] GHCJS support in nixpkgs

2014-09-06 Thread Patrick Wheeler
I would be interested. I have some scripts that I have been working on as well. I have ghcjs building, but I need to move the ghcjs-boot script that builds the base libraries into a nix-script to make the build pure. An impure manual test works which is a good sign. `cabal sandbox init ghcjs`

Re: [Nix-dev] Will there be a systemd replacement at any time inthe future?

2014-09-06 Thread Matthias Beyer
On 02-09-2014 13:27:55, Alexei Robyn wrote: Matthias: Ultimately, adding an alternative init system is a non-trivial amount of work, and thus like most Nix-related things it'll happen as soon as someone who cares about it (e.g. you?) devotes the time to make it happen. Well... while I'm

Re: [Nix-dev] DevOps sprint at gocept/FlyingCircus

2014-09-06 Thread Domen Kožar
Hi Christian, it seems I won't be able to attend the sprint (although I'd really love to). I still hope some other Nix folks will be around. Enjoy the sprint and say hi to everyone! Domen On Mon, Aug 18, 2014 at 4:29 PM, Christian Theune c...@gocept.com wrote: Dang. The link was the one to

Re: [Nix-dev] automatically mount vboxsf

2014-09-06 Thread Nicolas Pierron
Hi Andreas, On Tue, Sep 2, 2014 at 11:06 AM, Andreas Herrmann andreas...@gmx.ch wrote: However, inside the virtual machine these are not available immediately. These folders have to be mounted manually by executing the following command as root: mount.vboxsf hostHome /host_home Have

[Nix-dev] haskell: overriding mtl/any builtin

2014-09-06 Thread Mateusz Kowalczyk
Hi, GHC ships with a bunch of libraries that are exposed. How can we override those so that the compilation still succeeds and we don't end up with two versions in scope? A sample use-case is using things which depend on ‘mtl’ 2.1.2. Usually I try to work with upstream to make the bound more