[Nix-commits] [NixOS/nixpkgs] c44354: lizardfs: init at 3.9.4

2016-06-14 Thread Rushmore Mushambi
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c4435493aa203e9053fbd83a7690fcda70647250 https://github.com/NixOS/nixpkgs/commit/c4435493aa203e9053fbd83a7690fcda70647250 Author: rushmorem Date: 2016-06-15 (Wed, 15 Jun 2016)

[Nix-dev] When creating a bridge interface, the bridge doesn't appear

2016-06-14 Thread Matthew Robbetts
Hi list, (I filed an issue at GitHub (https://github.com/NixOS/nixpkgs/issues/16230 ), but realized that since it’s probably a PEBKAC issue, the mailing list might be more suitable. Sorry for the cross-post!) I am configuring a new nixOS system.

[Nix-commits] [NixOS/nixpkgs] 060275: vimPlugins: update 2016-06-15

2016-06-14 Thread Arseniy Seroka
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 06027595fcf802f2b8a8fc5bf29111d1ffac5c48 https://github.com/NixOS/nixpkgs/commit/06027595fcf802f2b8a8fc5bf29111d1ffac5c48 Author: Arseniy Seroka Date: 2016-06-15 (Wed, 15 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] ee0684: perl-Math-BigInt: 1.999722 -> 1.999723

2016-06-14 Thread Robert Helgesson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ee0684fa1e3ab78b4c91e0b7240eae329ee26efb https://github.com/NixOS/nixpkgs/commit/ee0684fa1e3ab78b4c91e0b7240eae329ee26efb Author: Robert Helgesson Date: 2016-06-14 (Tue, 14 Jun 2016)

Re: [Nix-dev] Using gradle in netbeans

2016-06-14 Thread moaxcp
Ok I added gradle to my configuration.nix and now it looks like i lost X. It boots into the console. In the console startx cannot be found. I tried nix-store -q --references /var/run/current-system/sw | cut -d'-' -f2- | grep xorg Which returns xorg-server-1.18.3 On the old configuration it is

[Nix-commits] [NixOS/nixpkgs] 2f430d: geolite-legacy: 2016-06-08 -> 2016-06-13

2016-06-14 Thread Tobias Geerinckx-Rice
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: 2f430d2eaee8bf72a5081e42f0d2c6e46e1804d7 https://github.com/NixOS/nixpkgs/commit/2f430d2eaee8bf72a5081e42f0d2c6e46e1804d7 Author: Tobias Geerinckx-Rice Date: 2016-06-14 (Tue, 14

[Nix-commits] [NixOS/nixpkgs] 156a14: geolite-legacy: 2016-06-08 -> 2016-06-13

2016-06-14 Thread Tobias Geerinckx-Rice
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 156a14d15370eebc64f886a1c2bef4a45ad795c6 https://github.com/NixOS/nixpkgs/commit/156a14d15370eebc64f886a1c2bef4a45ad795c6 Author: Tobias Geerinckx-Rice Date: 2016-06-14 (Tue, 14 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 93912d: Adding nvenc support to ffmpeg (default off)

2016-06-14 Thread Lluís Batlle i Rossell
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 93912d99d23fa964d4dadcda9a90c8fbe7bb1faa https://github.com/NixOS/nixpkgs/commit/93912d99d23fa964d4dadcda9a90c8fbe7bb1faa Author: Lluís Batlle i Rossell Date: 2016-06-14 (Tue, 14 Jun

[Nix-dev] hydra and nixos versions/commits at hydra.nixos.org

2016-06-14 Thread Tomas Hlavaty
Hi, does somebody know, what hydra and nixos versions/commits are deployed at hydra.nixos.org? I am running hydra with nixos 15.09 and hydra 993647d1e3b43f1f9b7dc2ebce889b475d156bb9 but I would like to upgrade my local hydra machine to nixos 16.03. I can see that the last successful hydra build

Re: [Nix-dev] Persistent NixOps keys

2016-06-14 Thread 4levels
Hi, I tried this but somehow the nixops-load-keys service is not automatically started. I can see the service with systemctl status and when I restart it, it does as expected (copies the files from /run/keys to /root/keys. However, when I reboot the machine, the nixops-load-keys service doesn't

[Nix-commits] [NixOS/nixpkgs] 437ea9: Fixes #16181 - using bin output for Go services

2016-06-14 Thread Arseniy Seroka
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 437ea9fd370f85451801ae5904a364175ce4eef8 https://github.com/NixOS/nixpkgs/commit/437ea9fd370f85451801ae5904a364175ce4eef8 Author: Kamil Chmielewski Date: 2016-06-13 (Mon, 13 Jun

Re: [Nix-dev] Using gradle in netbeans

2016-06-14 Thread moaxcp
I was actually trying to use sdkman to set up my environment. I can see in the nixpkgs where the .so file gets patched with the correct library paths. I'm going to use nix to set it up now and try to upgrade to version 2.14. Could this be a bug in the way native libraries are resolved in gradle?

[Nix-commits] [NixOS/nix] 202683: Use O_CLOEXEC in most places

2016-06-14 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: 202683a4fc148dc228de226e9980a3f27754b854 https://github.com/NixOS/nix/commit/202683a4fc148dc228de226e9980a3f27754b854 Author: Eelco Dolstra Date: 2016-06-09 (Thu, 09 Jun 2016)

Re: [Nix-dev] Using gradle in netbeans

2016-06-14 Thread Kamil Chmielewski
Are you using gradlew wrapper? If so, try to remove /home/john/.gradle/, install gralde from nix or use nix-shell -p gradle and use gradle to build your project instead of provided ./gradlew. I don't use Netbeans but there should be some option to use global gradle instead of gradle wrapper. --

[Nix-commits] [NixOS/nixpkgs] 61431e: lsyncd: removed support for Darwin

2016-06-14 Thread Joachim Fasting
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 61431e239b164b92a16d282dfe0e87147ef4122d https://github.com/NixOS/nixpkgs/commit/61431e239b164b92a16d282dfe0e87147ef4122d Author: Bob van der Linden Date: 2016-06-14 (Tue, 14

[Nix-dev] Using gradle in netbeans

2016-06-14 Thread moaxcp
Hello, I'm new to nixos and I'm having a problem getting gradle to work in netbeans. Somewhere along the way gradle has a .so file that cannot link to libstdc++.so. Is there anything I can do to fix this? Here is the error: Issue 1 Requested project:

[Nix-commits] [NixOS/nixpkgs] 130b06: grsecurity: 4.5.7-201606080852 -> 4.5.7-2016061109...

2016-06-14 Thread Joachim Fasting
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 130b06eb0b3c2ce9fdcc4b9be36ce77f48a1778d https://github.com/NixOS/nixpkgs/commit/130b06eb0b3c2ce9fdcc4b9be36ce77f48a1778d Author: Joachim Fasting Date: 2016-06-14 (Tue, 14 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 06ed23: gcc6: disable format hardening flag

2016-06-14 Thread Robin Gloster
Branch: refs/heads/hardened-stdenv Home: https://github.com/NixOS/nixpkgs Commit: 06ed2353479098d6ecd4ef49f4aeb6315aee3109 https://github.com/NixOS/nixpkgs/commit/06ed2353479098d6ecd4ef49f4aeb6315aee3109 Author: Robin Gloster Date: 2016-06-14 (Tue, 14 Jun 2016)

Re: [Nix-dev] Setting default group & permissions on deployment.keys

2016-06-14 Thread 4levels
Hi Tomasz, I'm definitely going to look into mkDefault as that sounds exactly like what I need ;-) Thanks for the pointer! Erik aka 4levels On Tue, Jun 14, 2016 at 1:21 PM Tomasz Czyż wrote: > Hey Erik, > > oh ok, I see. > Another way you could try, you can write a

[Nix-commits] [NixOS/nixpkgs] 2089dd: GHC: Split docs

2016-06-14 Thread Peter Simons
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 2089dd4ab6be089bda12a942846ab7954b28b459 https://github.com/NixOS/nixpkgs/commit/2089dd4ab6be089bda12a942846ab7954b28b459 Author: Alexey Shmalko Date: 2016-06-12 (Sun, 12 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] efb519: i2pd: 2.6.0 -> 2.7.0

2016-06-14 Thread José Romildo Malaquias
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: efb519d2f497d693f88dc0f45b75f560446d5243 https://github.com/NixOS/nixpkgs/commit/efb519d2f497d693f88dc0f45b75f560446d5243 Author: Edward Tjörnhammar Date: 2016-06-14 (Tue, 14 Jun 2016)

Re: [Nix-dev] Setting default group & permissions on deployment.keys

2016-06-14 Thread 4levels
Hi Tomasz, it is from that exact same link you posted that I was reading the defaults. Isn't there any better way to override these defaults? They are clearly defined in the file you linked to. The approach as posted by Rob seems to work but requires that all keys are stored in a single

[Nix-commits] [NixOS/nixpkgs] 99cc3f: systemd: Disable stackprotector hardening flag

2016-06-14 Thread Franz Pletz
Branch: refs/heads/hardened-stdenv Home: https://github.com/NixOS/nixpkgs Commit: 99cc3fa6cad876a4bddb0fb33e0835570206f4ea https://github.com/NixOS/nixpkgs/commit/99cc3fa6cad876a4bddb0fb33e0835570206f4ea Author: Franz Pletz Date: 2016-06-14 (Tue, 14

Re: [Nix-dev] Setting default group & permissions on deployment.keys

2016-06-14 Thread Tomasz Czyż
https://nixos.org/nixops/manual/#opt-deployment.keys._name_.user 2016-06-14 11:12 GMT+01:00 4levels <4lev...@gmail.com>: > Hi Rob, > > thank you for your swift reply! > Does this mean I'm actually overriding the default keys behavior as > defined in

Re: [Nix-dev] Setting default group & permissions on deployment.keys

2016-06-14 Thread Rob Vermaas
Hi Erik, > Is there a way to define a default group and permissions for all keys > without me specifying this for each key individually? > I'm currently well over 200 keys per machine so adding the group and > permissions for each key is quite elaborate.. You could do somthing like:

[Nix-dev] Setting default group & permissions on deployment.keys

2016-06-14 Thread 4levels
Hi Nix Devs, I'm currently implementing the deployment.keys approach to secure my web projects (php, node, ..). I've managed to have all keys exported to /run/keys but since the php process is running with the user:group nginx:nginx, it has no access to the /run/keys folder. Adding extraGroups

[Nix-commits] [NixOS/nixpkgs] 94627e: tmux: enable multiple outputs

2016-06-14 Thread Luca Bruno
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 94627e658beabf2b4c766d31afa273a55879b46a https://github.com/NixOS/nixpkgs/commit/94627e658beabf2b4c766d31afa273a55879b46a Author: Aneesh Agrawal Date: 2016-06-11 (Sat, 11 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 4e5952: rofi-pass: 1.3.1 -> 1.3.2

2016-06-14 Thread Moritz Ulrich
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 4e59526bf4f4b69524a520f443ddf048342103fb https://github.com/NixOS/nixpkgs/commit/4e59526bf4f4b69524a520f443ddf048342103fb Author: Christian Lask Date: 2016-06-14 (Tue, 14 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] f9e2b4: virtualbox: 5.0.12 -> 5.0.14

2016-06-14 Thread zimbatm
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: f9e2b4cc15fceddba226c56c5c737e5449eca37f https://github.com/NixOS/nixpkgs/commit/f9e2b4cc15fceddba226c56c5c737e5449eca37f Author: Herwig Hochleitner Date: 2016-06-13 (Mon, 13