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

2016-07-05 Thread Teo Klestrup Röijezon
HI Erik, That's pretty much entirely wrong. :P ParseTS is just a linter script for the game scripting language TorqueScript. ParseTS-Playground was a pastebin that would run the submitted code through the linter. For example, see https://parsets-playground.nullable.se/snippets/13. The datastore

[Nix-commits] [NixOS/nixpkgs] 0546a4: guake: add gconf to propagatedUserEnvPkgs

2016-07-05 Thread Alexey Shmalko
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: 0546a4aa57f657a50e726c2d3bd824be7084878d https://github.com/NixOS/nixpkgs/commit/0546a4aa57f657a50e726c2d3bd824be7084878d Author: Alexey Shmalko Date: 2016-07-06 (Wed, 06 Jul

[Nix-commits] [NixOS/nixpkgs] de1b4e: python-2.7: Don't use ldconfig and speed up uuid l...

2016-07-05 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: de1b4e71c1c8be30ad4ebc2ec6005928ba6cf280 https://github.com/NixOS/nixpkgs/commit/de1b4e71c1c8be30ad4ebc2ec6005928ba6cf280 Author: Eelco Dolstra Date: 2016-07-01 (Fri, 01 Jul

[Nix-commits] [NixOS/nixpkgs] 881ba7: wxsqliteplus: init at 0.3.6

2016-07-05 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 881ba7309cad8e29839069d48183d12d07ef5e3a https://github.com/NixOS/nixpkgs/commit/881ba7309cad8e29839069d48183d12d07ef5e3a Author: Rahul Gopinath Date: 2016-07-05 (Tue, 05 Jul 2016)

[Nix-commits] [NixOS/nixpkgs] eaeb69: cherrytree: 0.35.9 -> 0.37.1

2016-07-05 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: eaeb69c46e83e6bd6f72e425eccf5a982ad29631 https://github.com/NixOS/nixpkgs/commit/eaeb69c46e83e6bd6f72e425eccf5a982ad29631 Author: mimadrid Date: 2016-07-05 (Tue, 05 Jul 2016) Changed

[Nix-commits] [NixOS/nixpkgs] beec2b: diff-so-fancy: 0.9.3 -> 0.10.0

2016-07-05 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: beec2ba1276ef2d4db9525131c7ad6f8b4daecdd https://github.com/NixOS/nixpkgs/commit/beec2ba1276ef2d4db9525131c7ad6f8b4daecdd Author: mimadrid Date: 2016-07-05 (Tue, 05 Jul 2016) Changed

[Nix-commits] [NixOS/nixpkgs] a828d7: hackage-packages.nix: update Haskell package set

2016-07-05 Thread Peter Simons
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a828d79a8a896c1bfbbea18a00ac542218c06e4f https://github.com/NixOS/nixpkgs/commit/a828d79a8a896c1bfbbea18a00ac542218c06e4f Author: Peter Simons Date: 2016-07-05 (Tue, 05 Jul 2016)

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

2016-07-05 Thread 4levels
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, 2016, 22:08 Teo Klestrup Röijezon wrote: > Hi, > > A JRE should be enough for running it, but

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

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

2016-07-05 Thread 4levels
Hi Nix-devs, This is a plain request for assistance / best practices for using Nixos with Java / Scala / Play. Akka with EventSourcing are also a topic of interest. I'm currently trying to get a Scala Play app up and running on my nixOps deployed machines. As I'm very unfamiliar with running

[Nix-commits] [NixOS/nixpkgs] 84a105: sysstat: 11.0.7 -> 11.2.5

2016-07-05 Thread Joachim Fasting
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 84a1057b417ce209304b7d78e84c89c066239670 https://github.com/NixOS/nixpkgs/commit/84a1057b417ce209304b7d78e84c89c066239670 Author: Kranium Gikos Mendoza Date: 2016-06-30 (Thu, 30 Jun

Re: [Nix-dev] On npm2nix and the NPM package set in Nixpkgs

2016-07-05 Thread Graham Christensen
You all are great! Thank you so much! Graham On Tue, Jul 5, 2016 at 8:14 AM Kamil Chmielewski wrote: > +1.. I'll do this in go2nix. > > -- > Kamil > > 2016-07-05 15:10 GMT+02:00 Rok Garbas : > >> +1 ... i did just that recently for pypi2nix. but i'll also

Re: [Nix-dev] How to fix corrupt .drv files in nix store?

2016-07-05 Thread Eelco Dolstra
Hi, On 07/05/2016 05:18 PM, Bjørn Forsman wrote: > Short version. > This doesn't work (what else can I try?): > > $ sudo nix-store --verify --repair --check-contents > reading the Nix store... > checking path existence... > checking hashes... > path

Re: [Nix-dev] How to fix corrupt .drv files in nix store?

2016-07-05 Thread Bjørn Forsman
On 5 July 2016 at 17:21, Vladimír Čunát wrote: > On 07/05/2016 05:18 PM, Bjørn Forsman wrote: >> And, as you saw above, "sudo nix-store --verify --repair >> --check-contents" didn't fix it. >> >> Any suggestions? > > Why not just remove the *.drv files? (GC them) I initially

[Nix-dev] How to fix corrupt .drv files in nix store?

2016-07-05 Thread Bjørn Forsman
Hi all, Short version. This doesn't work (what else can I try?): $ sudo nix-store --verify --repair --check-contents reading the Nix store... checking path existence... checking hashes... path ‘/nix/store/1f0rxsgjcsdxj6jl6qaz555wcaxs164c-xsession.drv’ was modified! expected hash

Re: [Nix-dev] How to fix corrupt .drv files in nix store?

2016-07-05 Thread Vladimír Čunát
On 07/05/2016 05:18 PM, Bjørn Forsman wrote: > And, as you saw above, "sudo nix-store --verify --repair > --check-contents" didn't fix it. > > Any suggestions? Why not just remove the *.drv files? (GC them) --Vladimir smime.p7s Description: S/MIME Cryptographic Signature

[Nix-commits] [NixOS/nixpkgs] 26c327: seabios: 1.7.5.2 -> 1.9.2

2016-07-05 Thread Joachim Fasting
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: 26c327c35dbe0c2195ba53928c32bdc0ab9c2ad3 https://github.com/NixOS/nixpkgs/commit/26c327c35dbe0c2195ba53928c32bdc0ab9c2ad3 Author: Joachim Fasting Date: 2016-07-05 (Tue, 05

[Nix-commits] [NixOS/nixpkgs] 392448: rawtherapee: 4.0 -> 4.2

2016-07-05 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 392448b5d31f34fa8a84cbc28f22869a28f68f3d https://github.com/NixOS/nixpkgs/commit/392448b5d31f34fa8a84cbc28f22869a28f68f3d Author: Matthias Herrmann Date: 2016-06-25

Re: [Nix-dev] On npm2nix and the NPM package set in Nixpkgs

2016-07-05 Thread Kamil Chmielewski
+1.. I'll do this in go2nix. -- Kamil 2016-07-05 15:10 GMT+02:00 Rok Garbas : > +1 ... i did just that recently for pypi2nix. but i'll also add a link > to the project home. > > [1] > https://github.com/garbas/pypi2nix/commit/339aee3b149909430ebe7e3e27b8cf158addaef1 > > On Tue,

Re: [Nix-dev] On npm2nix and the NPM package set in Nixpkgs

2016-07-05 Thread Rok Garbas
+1 ... i did just that recently for pypi2nix. but i'll also add a link to the project home. [1] https://github.com/garbas/pypi2nix/commit/339aee3b149909430ebe7e3e27b8cf158addaef1 On Tue, Jul 5, 2016 at 2:47 PM, Graham Christensen wrote: > I've found myself confused by

Re: [Nix-dev] On npm2nix and the NPM package set in Nixpkgs

2016-07-05 Thread Graham Christensen
I've found myself confused by multiple projects using the same lang2nix name, and big changes in format. One consistent complaint I have is the top of the file usually says: // Generated by lang2nix but having more information like a version number and a URL to the project would have saved

Re: [Nix-dev] On npm2nix and the NPM package set in Nixpkgs

2016-07-05 Thread Sander van der Burg
Ok good to hear! The reason why I would take the pragmatic approach is because I know from experience that any kind of fundamental change (regardless of whether is good or bad) will take time for people to accept. Having two versions makes it possible for people to gradually accept and to

Re: [Nix-dev] On npm2nix and the NPM package set in Nixpkgs

2016-07-05 Thread Sander van der Burg
Thank you for the responses so far To remind you about the set of packages I intend to include: I only want end-user software (such as command-line utilities) and packages that are dependencies of non-NPM projects to appear in Nixpkgs. All the other packages will be removed from

[Nix-commits] [NixOS/nixpkgs] 0efd18: sigil: 0.7.4 > 0.9.6

2016-07-05 Thread Ram Kromberg
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0efd18746abd338d670ab82fa0d9e5411fd53329 https://github.com/NixOS/nixpkgs/commit/0efd18746abd338d670ab82fa0d9e5411fd53329 Author: Ram Kromberg Date: 2016-07-05 (Tue, 05 Jul 2016)

[Nix-commits] [NixOS/nixpkgs] f85602: nixos/spacefm: unbreak manual build

2016-07-05 Thread Bjørn Forsman
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f8560212ca3e18297b23c5fc8a08610f4440355b https://github.com/NixOS/nixpkgs/commit/f8560212ca3e18297b23c5fc8a08610f4440355b Author: Bjørn Forsman Date: 2016-07-05 (Tue, 05 Jul

[Nix-commits] [NixOS/nixpkgs] 057421: nix.requireSignedBinaryCaches: description fix

2016-07-05 Thread Al Zohali
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: 057421e8e29856504243e980d00596f0655ab7a2 https://github.com/NixOS/nixpkgs/commit/057421e8e29856504243e980d00596f0655ab7a2 Author: Al Zohali Date: 2016-07-05 (Tue, 05 Jul 2016)

[Nix-commits] [NixOS/nixpkgs] 56cb0f: aspellDicts.en: 7.1-0 -> 2016.06.26-0

2016-07-05 Thread Arseniy Seroka
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 56cb0f763edb6b4e6db83e57527f75e29ed4e2ca https://github.com/NixOS/nixpkgs/commit/56cb0f763edb6b4e6db83e57527f75e29ed4e2ca Author: Kranium Gikos Mendoza Date: 2016-07-03 (Sun, 03 Jul

[Nix-commits] [NixOS/nixpkgs] 86e2cd: wxsqlite3: init at 3.3.1

2016-07-05 Thread Arseniy Seroka
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 86e2cd9066ac69752bb297fc48d116dcc6f53acc https://github.com/NixOS/nixpkgs/commit/86e2cd9066ac69752bb297fc48d116dcc6f53acc Author: Rahul Gopinath Date: 2016-07-05 (Tue, 05 Jul 2016)

[Nix-commits] [NixOS/nixpkgs] 242260: gpaste: 3.20 -> 3.20.4

2016-07-05 Thread Arseniy Seroka
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 24226031d9f77e7925c0e6ce2b6fd35d8cdb8e7e https://github.com/NixOS/nixpkgs/commit/24226031d9f77e7925c0e6ce2b6fd35d8cdb8e7e Author: Damien Cassou Date: 2016-07-05 (Tue, 05 Jul 2016)

[Nix-commits] [NixOS/nixpkgs] 94cf81: gpaste: 3.18.4 -> 3.18.5

2016-07-05 Thread Arseniy Seroka
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 94cf81ce89884237f419c6b72aee1bd2f3db4928 https://github.com/NixOS/nixpkgs/commit/94cf81ce89884237f419c6b72aee1bd2f3db4928 Author: Damien Cassou Date: 2016-07-05 (Tue, 05 Jul 2016)

[Nix-commits] [NixOS/nixpkgs] 1bbcd9: spacefm: sudo and gksu fixes #15758 and license up...

2016-07-05 Thread Arseniy Seroka
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 1bbcd91b2ef0738709f7d955760a6624a9745fc2 https://github.com/NixOS/nixpkgs/commit/1bbcd91b2ef0738709f7d955760a6624a9745fc2 Author: Ram Kromberg Date: 2016-07-03 (Sun, 03 Jul 2016)

Re: [Nix-dev] On npm2nix and the NPM package set in Nixpkgs

2016-07-05 Thread Michael Fellinger
For what it’s worth, I’m using the re-engineeering2 branch standalone for projects with hundreds of npm dependencies. The way I use it right now is like this: https://gist.github.com/manveru/20d22586d9dceae90930be528cbc49ce Having it as a part of nixpkgs would be nice, but won’t really change

Re: [Nix-dev] On npm2nix and the NPM package set in Nixpkgs

2016-07-05 Thread Johannes Bornhold
Hi > On 04 Jul 2016, at 17:34, Sander van der Burg wrote: > > So far only one response... Sorry, was silent agreement on my end ;) > I'm planning to implement the most pragmatic approach very soon -- due to > lack of a better/cooler name I'll rename my fork of npm2nix

Re: [Nix-dev] On npm2nix and the NPM package set in Nixpkgs

2016-07-05 Thread Tomasz Czyż
Rok, what about people who are already using previous solution? Why break their workflows? 2016-07-05 7:36 GMT+01:00 Rok Garbas : > +1 for just keeping the name npm2nix and bumping up the version. > > i'm not using it on any active project, but i'm going to in the near > future.

Re: [Nix-dev] Next London NixOs User Group Meetup!

2016-07-05 Thread zimbatm
Thanks Simone for organizing the talk! We had quite a small turnout but it was good fun. The video is now available at https://skillsmatter.com/skillscasts/8307-london-nixos-meetup . And the slides at https://zimbatm.github.io/direnv-and-nix-talk/ Cheers, z On Sat, 25 Jun 2016 at 10:20 zimbatm

[Nix-commits] [NixOS/nixpkgs] 17a777: zim: 0.63 -> 0.65

2016-07-05 Thread Vincent Laporte
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: 17a777c8edefef78e50a5a976c71053ad63ad392 https://github.com/NixOS/nixpkgs/commit/17a777c8edefef78e50a5a976c71053ad63ad392 Author: Vincent Laporte Date: 2016-07-05 (Tue,

[Nix-commits] [NixOS/nixops] 887eec: nix/libvirtd-image.nix: use 'out' output for 'conf...

2016-07-05 Thread Domen Kožar
Branch: refs/heads/master Home: https://github.com/NixOS/nixops Commit: 887eec9ce4419dca8ba8806e581d03ec5ca01ef8 https://github.com/NixOS/nixops/commit/887eec9ce4419dca8ba8806e581d03ec5ca01ef8 Author: Renzo Carbonara Date: 2016-06-29 (Wed, 29 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] cb8651: radeontop: 2016-07-03 -> 2016-07-04

2016-07-05 Thread Tobias Geerinckx-Rice
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: cb86518fd390f2c13bf36aa8f5c6256df7dd7f6b https://github.com/NixOS/nixpkgs/commit/cb86518fd390f2c13bf36aa8f5c6256df7dd7f6b Author: Tobias Geerinckx-Rice Date: 2016-07-05 (Tue, 05 Jul 2016)

[Nix-commits] [NixOS/nixpkgs] 65364c: pypdf2: 1.25.1 -> 1.26.0

2016-07-05 Thread Rahul Gopinath
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 65364cc83c7ccc0b1e1572208b6d511184b355c0 https://github.com/NixOS/nixpkgs/commit/65364cc83c7ccc0b1e1572208b6d511184b355c0 Author: Rahul Gopinath Date: 2016-07-05 (Tue, 05 Jul 2016)

[Nix-commits] [NixOS/nixpkgs] ac7426: pulseaudio: 8.0 -> 9.0

2016-07-05 Thread Simon Vandel Sillesen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ac7426801299cc178ad5e3c6207b6d2ea09a1a12 https://github.com/NixOS/nixpkgs/commit/ac7426801299cc178ad5e3c6207b6d2ea09a1a12 Author: Simon Vandel Sillesen Date: 2016-07-05 (Tue, 05

Re: [Nix-dev] On npm2nix and the NPM package set in Nixpkgs

2016-07-05 Thread Rok Garbas
+1 for just keeping the name npm2nix and bumping up the version. i'm not using it on any active project, but i'm going to in the near future. On Mon, Jul 4, 2016 at 10:11 PM, Tobias Pflug wrote: > Hi Sander, > > sorry for my very late response. I'll make this one brief