Re: [Nix-dev] out is not an absolute path?

2016-01-20 Thread stewart mackenzie
Ah yes of course! Thank you Aszlig! ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] out is not an absolute path?

2016-01-20 Thread aszlig
On Thu, Jan 21, 2016 at 05:11:23AM +0800, stewart mackenzie wrote: > error: string ‘$out’ doesn't represent an absolute path You need to use something like basename "$out", because $out is a shell variable, not a Nix attribute or string interpolation (if it it would be, there still wouldn't be an

Re: [Nix-dev] NixCon St. Petersburg 2016

2016-01-20 Thread Jonn Mostovoy
Dan, I hate modern regime of Russia as much as the other guy. I just want to point out that anti-LGBT laws, censorship, oppression of own citizens, geopolitical expansion has nothing to do with daily activities of normal people in big Russian cities. St. Petersburg, the cultural capital of Russia i

Re: [Nix-dev] Put configuration.nix under version control

2016-01-20 Thread Jakob Gillich
What prevents you from doing it? You only need a way to figure out which machine you are on, I did that by adding configuration.nix to my gitignore and then loading the machine configuration from there. https://github.com/jgillich/nixos https://nixos.org/wiki/Real_World_NixOS_Dotfiles On Thu, J

[Nix-dev] Put configuration.nix under version control

2016-01-20 Thread Owen Lynch
Hello, I'm wondering if there is a standard/recommended way to put /etc/nixos/configuration.nix under version control. It would make managing lots of virtual machines a lot easier, because I could have a script that updated to the latest configuration.nix and then ran nixos-rebuild whenever I made

Re: [Nix-dev] NixCon St. Petersburg 2016

2016-01-20 Thread Daniel Peebles
First off, thanks for offering to organize it. It's a big undertaking and you're offering a huge gift to the community. Unfortunately, my big concern (outside of my own enthusiasm for being a tourist in Russia) is around the LGBT situation there. I'm sure there are many people in our community who

Re: [Nix-dev] NixCon St. Petersburg 2016

2016-01-20 Thread Vladimír Čunát
On 01/20/2016 10:11 PM, Arseniy Seroka wrote: > I assume EU people will need visa but it should be easy to get them, > right? > > Yes, that is the only problem, And we will help anyone who will go to > conference > to get visa. We can send invitations and provide any information to our >

Re: [Nix-dev] NixCon St. Petersburg 2016

2016-01-20 Thread Arseniy Seroka
2016-01-21 0:07 GMT+03:00 Vladimír Čunát : > > I assume EU people will need visa but it should be easy to get them, right? Yes, that is the only problem, And we will help anyone who will go to conference to get visa. We can send invitations and provide any information to our embassy to make visa

[Nix-dev] out is not an absolute path?

2016-01-20 Thread stewart mackenzie
I've got a small annoying problem: This code: https://github.com/sjmackenzie/fractalide/blob/master/build-support/component-lookup/default.nix#L12 generates this output: error: string ‘$out’ doesn't represent an absolute path, at /home/stewart/dev/fractalide/fractalide/build-support/component-l

Re: [Nix-dev] NixCon St. Petersburg 2016

2016-01-20 Thread Vladimír Čunát
On 01/20/2016 09:52 PM, Arseniy Seroka wrote: > we are ready to help anyone with visa and invitations I assume EU people will need visa but it should be easy to get them, right? I can't think of any other "problems" ATM ;-) --Vladimir smime.p7s Description: S/MIME Cryptographic Signature ___

Re: [Nix-dev] NixCon St. Petersburg 2016

2016-01-20 Thread Domen Kožar
Woooh! :D Always wanted an excuse to go to Russia and there isn't a better one than Nix. On Wed, Jan 20, 2016 at 9:52 PM, Arseniy Seroka wrote: > Greetings, > We want to organize NixCon in Saint-Petersburg (Russia) based in ITMO > University [1]. > There is a big conference hall

[Nix-dev] NixCon St. Petersburg 2016

2016-01-20 Thread Arseniy Seroka
Greetings, We want to organize NixCon in Saint-Petersburg (Russia) based in ITMO University [1]. There is a big conference hall that can seat everyone. We expect to have at least 40 participants, and we are ready to help anyone with visa and invitations. If you need any documents we will send them

Re: [Nix-dev] nodejs 5.x failing on darwin

2016-01-20 Thread Tobias Pflug
I tried it and it builds just fine. Thanks Dan! I created a PR updating the quite outdated 5.1.1 to 5.4.1 - maybe you could have a look at it. Was my first PR to nixpks but since I only had to update the version and the sha I hope i could not do much wrong ;) https://github.com/NixOS/nixpkgs/p

Re: [Nix-dev] Nix 1.11 released

2016-01-20 Thread Eelco Dolstra
Hi, On 19/01/16 14:19, Eelco Dolstra wrote: > I'm pleased to announce the availability of a new stable release of the > Nix package manager. Release 1.11 can be found at Unfortunately 1.11 had a show-stopper bug, so there is a new release 1.11.1 which can be found at http://hydra.nixos.org/r

Re: [Nix-dev] override maintainer closure

2016-01-20 Thread stewart mackenzie
problem solved ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev