Re: [Nix-dev] no network virtualbox install

2017-04-04 Thread Bas van Dijk
Hi Andreas, You could enable DHCP by turning on: networking.useDHCP If you need to set a static address look into: networking.interfaces..ip4 Then after a nixos-rebuild switch your machine should have a network connection provided that you configured the host the right way. Bas Op 4 apr.

Re: [Nix-dev] Overriding python with python3 in vim_configurable.customize

2017-04-04 Thread Ben Zhang
Thanks everyone for your input! I ended up using zimbatm’s method and made a python3 version of `vim_configurable` using `vimUtils.makeCustomizable`. Now it’s working great! My current `vim-config/default.nix`: ``` { pkgs }: let   my_plugins = import ./plugins.nix { inherit (pkgs) vimUtils fet

[Nix-commits] [NixOS/nixpkgs] 56e556: nix-plugins: 2.0.6 -> 2.0.7.

2017-04-04 Thread Shea Levy
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 56e5561fbdfe940ca5b25688038ffd9f0901ae92 https://github.com/NixOS/nixpkgs/commit/56e5561fbdfe940ca5b25688038ffd9f0901ae92 Author: Shea Levy Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths:

[Nix-commits] [NixOS/nixpkgs] f038db: nix-plugins: 2.0.6 -> 2.0.7.

2017-04-04 Thread Shea Levy
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f038db24a601c5ec497fb8a70b577bd3a8093ae9 https://github.com/NixOS/nixpkgs/commit/f038db24a601c5ec497fb8a70b577bd3a8093ae9 Author: Shea Levy Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M pkgs

[Nix-commits] [NixOS/nixpkgs] abdd89: nix-plugins: 2.0.3 -> 2.0.6.

2017-04-04 Thread Shea Levy
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: abdd895355df99eefee64742cb1561ee026d59f6 https://github.com/NixOS/nixpkgs/commit/abdd895355df99eefee64742cb1561ee026d59f6 Author: Shea Levy Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths:

[Nix-commits] [NixOS/nixpkgs] fe319f: nix-plugins: 2.0.3 -> 2.0.6.

2017-04-04 Thread Shea Levy
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: fe319f8ebdbb14aea31e24e1f946278fad990b5e https://github.com/NixOS/nixpkgs/commit/fe319f8ebdbb14aea31e24e1f946278fad990b5e Author: Shea Levy Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M pkgs

Re: [Nix-dev] paths in user's i3 configs broken by upgrade

2017-04-04 Thread Profpatsch
On 17-04-03 04:25pm, Mark Gardner wrote: > Instead of: > > bindsym $mod+d exec > /nix/store/04sx6lx7hssid7a6iwdbdvxbkp25xsx1-dmenu-4.6/bin/dmenu_run > > I think it should be to be: > > bindsym $mod+d exec /run/current-system/sw/bin/dmenu_run The problem with /run/current-system is that

Re: [Nix-dev] Overriding python with python3 in vim_configurable.customize

2017-04-04 Thread Rok Garbas
Maybe give neovim a try. It is can be configured very similarly and I can confirm that python3 and python support work. -- garbas > On 04 April 2017 at 21:42 Linus Heckemann > wrote:src/releng_slavehealth/releng_slavehealth/__init__.py > > > On 04/04/17 17:40, zimbatm wrote: > > Look into pk

Re: [Nix-dev] Chromium extensions

2017-04-04 Thread ben...@gmail.com
Are you talking about the desktop app launchers that show up in the kde/gnome/whatever application menus? Because yeah, that totally happens. The issue is that chrome writes the app's .destop file (at ~/.local/share/applications/chrome-.desktop) with the full /nix/store path to the non-wrapped goo

[Nix-commits] [NixOS/nixpkgs] 9b1a70: mtools: fix build on darwin

2017-04-04 Thread Daiderd Jordan
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9b1a70f1ac59a0dea562ebf39907042c53e488ae https://github.com/NixOS/nixpkgs/commit/9b1a70f1ac59a0dea562ebf39907042c53e488ae Author: George Whewell Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: A

Re: [Nix-dev] NixOS Security Advisory: Docker Local Privilege Escalation

2017-04-04 Thread ben...@gmail.com
Worth noting: Running `nixos-rebuild switch` is insufficient to make this fix take effect. You may need to run `systemctl restart docker.socket` or reboot before the permissions on /run/docker.sock will be corrected. On Mon, Apr 3, 2017 at 8:19 PM, Graham Christensen wrote: > -BEGIN PGP SIG

Re: [Nix-dev] Editor for the configuration file

2017-04-04 Thread obadz
Might want to try the nmtui command. On Apr 4, 2017 7:23 PM, "Andreas Meyer" wrote: > Hello! > > ah it is nano. I was trying vi and vim and emacs. > > One more question for now. To bring up WLAN do I have to enable > wpa_supplicant and networkmanager in the configuration.nix ? > > Andreas > >

Re: [Nix-dev] Overriding python with python3 in vim_configurable.customize

2017-04-04 Thread Linus Heckemann
On 04/04/17 17:40, zimbatm wrote: > Look into pkgs/top-level/all-packages.nix. I would start by copying the > definition of vim_configurable from there and set the python argument. > > > On Tue, 4 Apr 2017, 14:08 Ben Zhang, > wrote: > > From the source code, it

[Nix-commits] [NixOS/nixpkgs] aed302: Fix consul version being "unknown-unknown". Fixes ...

2017-04-04 Thread Niklas Hambüchen
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: aed302a1ab20d8e7d0a0a1c9ba7f8205a5fe6b9c https://github.com/NixOS/nixpkgs/commit/aed302a1ab20d8e7d0a0a1c9ba7f8205a5fe6b9c Author: Niklas Hambüchen Date: 2017-04-04 (Tue, 04 Apr 2017) Changed pat

[Nix-commits] [NixOS/nixpkgs] b03013: Fix consul version being "unknown-unknown". Fixes ...

2017-04-04 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b03013cb326f3b6a274ad1d60e2c5f26b077a335 https://github.com/NixOS/nixpkgs/commit/b03013cb326f3b6a274ad1d60e2c5f26b077a335 Author: Niklas Hambüchen Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths:

[Nix-dev] no network virtualbox install

2017-04-04 Thread Andreas Meyer
Hello! I installed a virtualbox using nixos-17.03.889.9626bc7db7-x86_64-linux.ova but I have no networkconnection. ifconfig shows the interface is there but sudo ifconfig enp0s3 10.0.0.2 up has no effect. :-( Andreas pgp4ZQ4B8R_gQ.pgp Description: Digitale Signatur von OpenPGP _

[Nix-commits] [NixOS/nixpkgs] 10ab18: nix-plugins: 2.0.2 -> 2.0.3

2017-04-04 Thread Shea Levy
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 10ab18725956660c95eaca060e7ea10b16cd732f https://github.com/NixOS/nixpkgs/commit/10ab18725956660c95eaca060e7ea10b16cd732f Author: Shea Levy Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths:

[Nix-commits] [NixOS/nixpkgs] 3f023c: nix-plugins: 2.0.2 -> 2.0.3

2017-04-04 Thread Shea Levy
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 3f023c8989ffea5c378e251c176571ef6481af4b https://github.com/NixOS/nixpkgs/commit/3f023c8989ffea5c378e251c176571ef6481af4b Author: Shea Levy Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M pkgs

Re: [Nix-dev] Banning people from the mailinglist?

2017-04-04 Thread Arnold Krille
Hi, On Tue, 4 Apr 2017 14:22:48 +0200 Profpatsch wrote: > On 17-04-04 10:05am, Matthias Beyer wrote: > > Can we just ban the (non-constructive) "fuck systemd" people? I > > mean... nobody benefits from this kind of behaviour and it creates > > frustration all over the place. Nobody gets happy w

[Nix-commits] [NixOS/nixpkgs] aefb96: docker: 17.03.0 -> 17.03.1

2017-04-04 Thread Tim Steinbach
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: aefb9671bf2e95b056570d4388c7a61a0749a602 https://github.com/NixOS/nixpkgs/commit/aefb9671bf2e95b056570d4388c7a61a0749a602 Author: Tim Steinbach Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M

[Nix-commits] [NixOS/nixpkgs] a1e617: modules/searx: fix configFile type

2017-04-04 Thread Profpatsch
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a1e6176cbf3b38cf2ecc8f1543d6c562f509a144 https://github.com/NixOS/nixpkgs/commit/a1e6176cbf3b38cf2ecc8f1543d6c562f509a144 Author: Profpatsch Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M nix

Re: [Nix-dev] Editor for the configuration file

2017-04-04 Thread David Izquierdo
My WiFi module lives within networking.wireless. I don't have any reference to either wpa_supplicant or networkmanager. On 04/04/17 20:22, Andreas Meyer wrote: Hello! ah it is nano. I was trying vi and vim and emacs. One more question for now. To bring up WLAN do I have to enable wpa_supplica

Re: [Nix-dev] Editor for the configuration file

2017-04-04 Thread Andreas Meyer
Hello! ah it is nano. I was trying vi and vim and emacs. One more question for now. To bring up WLAN do I have to enable wpa_supplicant and networkmanager in the configuration.nix ? Andreas Daniel Peebles schrieb am 04.04.17 um 14:12:51 Uhr: > nano should be preinstalled on all NixOS system

Re: [Nix-dev] Editor for the configuration file

2017-04-04 Thread Daniel Peebles
nano should be preinstalled on all NixOS systems. Is it not? On Tue, Apr 4, 2017 at 2:00 PM, Andreas Meyer wrote: > Hello! > > Wanted to look into NixOS but cannot get the network to run > without having an editor. Any chance in this? > > Greetings > > Andreas > > _

[Nix-dev] Editor for the configuration file

2017-04-04 Thread Andreas Meyer
Hello! Wanted to look into NixOS but cannot get the network to run without having an editor. Any chance in this? Greetings Andreas pgppTFWRHS_UK.pgp Description: Digitale Signatur von OpenPGP ___ nix-dev mailing list nix-dev@lists.science.uu.nl htt

[Nix-commits] [NixOS/nixpkgs] 7171d1: bap: init at 1.2.0

2017-04-04 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7171d16fd40ed53b29ef11125f23f0f68f672f51 https://github.com/NixOS/nixpkgs/commit/7171d16fd40ed53b29ef11125f23f0f68f672f51 Author: Matthew Maurer Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: A

Re: [Nix-dev] updating my mesos cluster to 17.03

2017-04-04 Thread Daniel Peebles
Danylo, have you filed an issue for that? Sorry it's not working properly for you but people won't fix the issues if they don't know about them On Fri, Mar 31, 2017 at 9:59 AM, Danylo Hlynskyi wrote: > Rolled back to 16.09, because Gnome3+gdb is unusable in 17.03 (system > inresonsible, lots of

[Nix-commits] [NixOS/nixpkgs] 6c5128: kernel: fix 9p issues

2017-04-04 Thread Volth
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 6c5128c9c801645faa95db2dd3b36df24da39d33 https://github.com/NixOS/nixpkgs/commit/6c5128c9c801645faa95db2dd3b36df24da39d33 Author: Volth Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: A p

Re: [Nix-dev] Banning people from the mailinglist?

2017-04-04 Thread zimbatm
I'm proud of how mature the nix community is, it takes some effort to not respond to hate with more hate. Share the love :D On Tue, 4 Apr 2017, 17:05 Alexey Shmalko, wrote: > I recommend reading You Are What You Write[1] and Difficult People[2] > chapters of Producing Open Source Software[3] by

Re: [Nix-dev] Overriding python with python3 in vim_configurable.customize

2017-04-04 Thread zimbatm
Look into pkgs/top-level/all-packages.nix. I would start by copying the definition of vim_configurable from there and set the python argument. On Tue, 4 Apr 2017, 14:08 Ben Zhang, wrote: > From the source code, it doesn’t seem to accept a python argument ( > https://github.com/nicknovitski/nixpk

[Nix-commits] [NixOS/nixpkgs] 527512: qutebrowser: add withWebEngineDefault flag

2017-04-04 Thread Nikolay Amiantov
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 527512e5549c237010be421b14535c95f4f907ba https://github.com/NixOS/nixpkgs/commit/527512e5549c237010be421b14535c95f4f907ba Author: Nikolay Amiantov Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths:

[Nix-commits] [NixOS/nixpkgs] e84d5b: Allow systemd-fsck@.service to find fsck.*

2017-04-04 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e84d5b23e13b76aa377e8408ad1bb2709d5421be https://github.com/NixOS/nixpkgs/commit/e84d5b23e13b76aa377e8408ad1bb2709d5421be Author: Eelco Dolstra Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M

Re: [Nix-dev] Banning people from the mailinglist?

2017-04-04 Thread Alexey Shmalko
I recommend reading You Are What You Write[1] and Difficult People[2] chapters of Producing Open Source Software[3] by Karl Fogel. They describe how to handle similar situations; banning people is extreme measures, and most situations can be resolved without that. [1]: http://producingoss.com/en/y

[Nix-commits] [NixOS/nix] 8decb0: Allow default sandbox paths to be overriden

2017-04-04 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: 8decb07c31581febab664bedde12c8bf1367279e https://github.com/NixOS/nix/commit/8decb07c31581febab664bedde12c8bf1367279e Author: Eelco Dolstra Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M src/libs

Re: [Nix-dev] Banning people from the mailinglist?

2017-04-04 Thread Oliver Charles
Matthias Beyer writes: > We had the systemd conversation endless times now. > > We all know that some people don't like systemd and other ones like > it. > > Can we just ban the (non-constructive) "fuck systemd" people? I > mean... nobody benefits from this kind of behaviour and it creates > f

[Nix-commits] [NixOS/nixpkgs] 938cf0: flam3: wrap maintainers attribute in a list (#2462...

2017-04-04 Thread Dmitry Marakasov
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 938cf02a206e10a6ee83223e88db07414c7122a5 https://github.com/NixOS/nixpkgs/commit/938cf02a206e10a6ee83223e88db07414c7122a5 Author: Dmitry Marakasov Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths:

[Nix-commits] [NixOS/nixpkgs] ef2c8f: Fix schema, maintainers are usually an array

2017-04-04 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ef2c8f98ec1ce78ca7e128fc9089285eebb115b1 https://github.com/NixOS/nixpkgs/commit/ef2c8f98ec1ce78ca7e128fc9089285eebb115b1 Author: Dmitry Marakasov Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths:

[Nix-commits] [NixOS/nix] 488792: Make /var/run/nscd/socket optional

2017-04-04 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: 488792a87d3dea18109fee7fa987f7edf6ba1149 https://github.com/NixOS/nix/commit/488792a87d3dea18109fee7fa987f7edf6ba1149 Author: Eelco Dolstra Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M src/libs

Re: [Nix-dev] Banning people from the mailinglist?

2017-04-04 Thread Moritz Ulrich
Matthias Beyer writes: > We had the systemd conversation endless times now. > > We all know that some people don't like systemd and other ones like > it. > > Can we just ban the (non-constructive) "fuck systemd" people? I > mean... nobody benefits from this kind of behaviour and it creates > f

[Nix-commits] [NixOS/nixpkgs] 7dfef2: nix-plugins: Bump, unbreak

2017-04-04 Thread Shea Levy
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 7dfef27cf02e2998269602189888c18c40e90200 https://github.com/NixOS/nixpkgs/commit/7dfef27cf02e2998269602189888c18c40e90200 Author: Shea Levy Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths:

[Nix-commits] [NixOS/nixpkgs] 990401: nix-plugins: Bump, unbreak

2017-04-04 Thread Shea Levy
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9904019841b66a11d1dce48a54c15539f0731614 https://github.com/NixOS/nixpkgs/commit/9904019841b66a11d1dce48a54c15539f0731614 Author: Shea Levy Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M pkgs

Re: [Nix-dev] Chromium extensions

2017-04-04 Thread Judson Lester
I just updated to 17.03, but it seems to happen whenever I update chromium. On Tue, Apr 4, 2017 at 6:36 AM Tomasz Czyż wrote: > Works for me. > > What version of nix/nixos do you use? > > 2017-04-04 8:42 GMT+01:00 Judson Lester : > > I've found that every time I update Chromium, all my extension

[Nix-commits] [NixOS/nixpkgs] 9fc14f: gnome-keyring: use wrapGAppsHook

2017-04-04 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9fc14f23b8cc5a4868bb3f78630f0aeb453883ff https://github.com/NixOS/nixpkgs/commit/9fc14f23b8cc5a4868bb3f78630f0aeb453883ff Author: Jörg Thalheim Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M

[Nix-commits] [NixOS/nixpkgs] e410c7: gnupg: Give the 1compat package a higher priority

2017-04-04 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e410c78cd5f2d770f6be8b68e410e566d61f75e5 https://github.com/NixOS/nixpkgs/commit/e410c78cd5f2d770f6be8b68e410e566d61f75e5 Author: Eelco Dolstra Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M

[Nix-commits] [NixOS/nixpkgs] bc45ee: ruby: 2.4.0 -> 2.4.1

2017-04-04 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bc45ee50c4f043bea57422e94a92e79fd07eb379 https://github.com/NixOS/nixpkgs/commit/bc45ee50c4f043bea57422e94a92e79fd07eb379 Author: Tim Steinbach Date: 2017-04-03 (Mon, 03 Apr 2017) Changed paths: M

[Nix-commits] [NixOS/nixpkgs] f0ba17: zerotierone: 1.1.14 -> 1.2.2 (#24614)

2017-04-04 Thread David Guibert
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f0ba178a3c13d851270db44a1ac741bcd7fab14e https://github.com/NixOS/nixpkgs/commit/f0ba178a3c13d851270db44a1ac741bcd7fab14e Author: David Guibert Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M

[Nix-commits] [NixOS/nixpkgs] e0160f: LTS Haskell 8.8

2017-04-04 Thread Peter Simons
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e0160f70daf9f8ec7a42166fb5e43e1e7d252c29 https://github.com/NixOS/nixpkgs/commit/e0160f70daf9f8ec7a42166fb5e43e1e7d252c29 Author: Peter Simons Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M p

[Nix-commits] [NixOS/nixpkgs] fccce0: baobab: remove superflous gsettings_desktop_schema...

2017-04-04 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: fccce068c397ff2e97a686babbb9604e4e88c20e https://github.com/NixOS/nixpkgs/commit/fccce068c397ff2e97a686babbb9604e4e88c20e Author: Jörg Thalheim Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M

[Nix-commits] [NixOS/patchelf] 38b438: Fix typos

2017-04-04 Thread Domen Kožar
Branch: refs/heads/master Home: https://github.com/NixOS/patchelf Commit: 38b438c40a117b6454de71ef034b262ae58b1f4c https://github.com/NixOS/patchelf/commit/38b438c40a117b6454de71ef034b262ae58b1f4c Author: Jakub Wilk Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M R

Re: [Nix-dev] Chromium extensions

2017-04-04 Thread Tomasz Czyż
Works for me. What version of nix/nixos do you use? 2017-04-04 8:42 GMT+01:00 Judson Lester : > I've found that every time I update Chromium, all my extensions get ... > lost? Their icons become puzzle pieces, and their behavior is erratic. Is > there a fix for this, or an easy way to reinstall

[Nix-commits] [NixOS/nixpkgs] 01dbf0: network-link-*.service: Set stopIfChanged = false

2017-04-04 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 01dbf03628fbddff46b60354407d23497c25a566 https://github.com/NixOS/nixpkgs/commit/01dbf03628fbddff46b60354407d23497c25a566 Author: Eelco Dolstra Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M

Re: [Nix-dev] Overriding python with python3 in vim_configurable.customize

2017-04-04 Thread Ben Zhang
From the source code, it doesn’t seem to accept a python argument (https://github.com/nicknovitski/nixpkgs/blob/master/pkgs/misc/vim-plugins/vim-utils.nix#L291-L295). Is there another way to override `python` with `python3` (https://github.com/NixOS/nixpkgs/pull/8125#issuecomment-169471686)? Th

Re: [Nix-dev] Darwin + staging + libcxx

2017-04-04 Thread Daniel Peebles
Very strange, since it definitely builds (and works) just fine on my laptop. I guess we'll just have to wait until the log issue is sorted out? On Tue, Apr 4, 2017 at 6:36 AM, Vladimír Čunát wrote: > On 04/04/2017 11:59 AM, Robin Gloster wrote: > > You can check the logs at http://cache.nixos.or

Re: [Nix-dev] Banning people from the mailinglist?

2017-04-04 Thread Profpatsch
On 17-04-04 10:05am, Matthias Beyer wrote: > Can we just ban the (non-constructive) "fuck systemd" people? I > mean... nobody benefits from this kind of behaviour and it creates > frustration all over the place. Nobody gets happy with these kind of > messages. > > Is there a technical possibili

[Nix-commits] [NixOS/nixpkgs] 3a9c21: rtags: fix for clang/libc++ 4

2017-04-04 Thread Dan Peebles
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 3a9c217804688668404ebfe9a199e6e85297a3a7 https://github.com/NixOS/nixpkgs/commit/3a9c217804688668404ebfe9a199e6e85297a3a7 Author: Dan Peebles Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M pk

[Nix-commits] [NixOS/nixpkgs] 279565: Revert "Revert "EC2: Disable PV support""

2017-04-04 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 279565c3d623e16aff3233c7489d22d655adf773 https://github.com/NixOS/nixpkgs/commit/279565c3d623e16aff3233c7489d22d655adf773 Author: Eelco Dolstra Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M

[Nix-commits] [NixOS/nixops] b0a94c: Assume ec2.hvm == true if the instance doesn't exi...

2017-04-04 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixops Commit: b0a94c9ce882f000b8e8d56f7e56306ecc765ff1 https://github.com/NixOS/nixops/commit/b0a94c9ce882f000b8e8d56f7e56306ecc765ff1 Author: Eelco Dolstra Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M ni

Re: [Nix-dev] Darwin + staging + libcxx

2017-04-04 Thread Vladimír Čunát
On 04/04/2017 11:59 AM, Robin Gloster wrote: > You can check the logs at http://cache.nixos.org/log/-bla.drv (the > drv is on the build detail page) Can you elaborate on that? I had tried it before, but I have two problems: - http://cache.nixos.org/log/xbbqyvhrl8av4452zkz605c96pzlcpkl-libc++

[Nix-commits] [NixOS/nixpkgs] bb1e65: sysdig: 1.15.0 -> 1.15.1

2017-04-04 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bb1e6557da293d6a7c9f868cb850afdbe2ba09d6 https://github.com/NixOS/nixpkgs/commit/bb1e6557da293d6a7c9f868cb850afdbe2ba09d6 Author: Jörg Thalheim Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M

[Nix-commits] [NixOS/nixpkgs] 7d211b: rustPackages: build less verbose

2017-04-04 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7d211be459ae80fca55c7eb50d79b5c6a7f9a9a3 https://github.com/NixOS/nixpkgs/commit/7d211be459ae80fca55c7eb50d79b5c6a7f9a9a3 Author: Jörg Thalheim Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M

[Nix-commits] [NixOS/nixpkgs] 50f7a7: rtl8192su-firmware: init at unstable-2016-10-05

2017-04-04 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 50f7a7ca2e2c35667591f2c16733bb09f7f786b6 https://github.com/NixOS/nixpkgs/commit/50f7a7ca2e2c35667591f2c16733bb09f7f786b6 Author: Jörg Thalheim Date: 2017-03-31 (Fri, 31 Mar 2017) Changed paths: M

[Nix-commits] [NixOS/nixpkgs] 71710f: Revert "EC2: Disable PV support"

2017-04-04 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 71710fd099ce6c46b54f05c6cf769e73cf11d49f https://github.com/NixOS/nixpkgs/commit/71710fd099ce6c46b54f05c6cf769e73cf11d49f Author: Jörg Thalheim Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M

[Nix-commits] [NixOS/nixpkgs] c77a54: pharo-vm: Disable "pic" hardening

2017-04-04 Thread Domen Kožar
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c77a54d79fde2e79cb832f310ccfdd40bb8a36f0 https://github.com/NixOS/nixpkgs/commit/c77a54d79fde2e79cb832f310ccfdd40bb8a36f0 Author: Luke Gorrie Date: 2017-04-03 (Mon, 03 Apr 2017) Changed paths: M pk

Re: [Nix-dev] Darwin + staging + libcxx

2017-04-04 Thread Robin Gloster
You can check the logs at http://cache.nixos.org/log/-bla.drv (the drv is on the build detail page) Cheers Robin On 4 April 2017 08:41:25 CEST, "Vladimír Čunát" wrote: >On 04/04/2017 04:29 AM, Daniel Peebles wrote: >> I think it's just failing repeatedly on Hydra because it's a cached >fail

[Nix-commits] [NixOS/nixpkgs] d3fff8: exa: unstable-2016-04-20 -> unstable-2017-04-02 (u...

2017-04-04 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d3fff80d00952dd5a187350c4e49d6971168521e https://github.com/NixOS/nixpkgs/commit/d3fff80d00952dd5a187350c4e49d6971168521e Author: Jörg Thalheim Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M

[Nix-commits] [NixOS/nixpkgs] 88bfe5: update rust packages

2017-04-04 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 88bfe51f92e9adb3048d80f2c3a2809c297f6880 https://github.com/NixOS/nixpkgs/commit/88bfe51f92e9adb3048d80f2c3a2809c297f6880 Author: Florent Becker Date: 2017-04-03 (Mon, 03 Apr 2017) Changed paths: M

[Nix-commits] [NixOS/nixpkgs]

2017-04-04 Thread peti
Branch: refs/tags/v192 Home: https://github.com/NixOS/nixpkgs ___ nix-commits mailing list nix-comm...@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-commits

[Nix-dev] Banning people from the mailinglist?

2017-04-04 Thread Matthias Beyer
We had the systemd conversation endless times now. We all know that some people don't like systemd and other ones like it. Can we just ban the (non-constructive) "fuck systemd" people? I mean... nobody benefits from this kind of behaviour and it creates frustration all over the place. Nobody g

Re: [Nix-dev] Overriding python with python3 in vim_configurable.customize

2017-04-04 Thread zimbatm
The "with" keyword binds the designated attrset pairs into scope. It doesn't override other called function variables though. Do you know if the customise function accepts a python argument as an input? On Tue, 4 Apr 2017, 06:04 Ben Zhang, wrote: > Hello everyone, > > I am following [this]( > h

[Nix-dev] heise.de mentioned the NixOS 17.03 release! (was: NixOS 17.03 'Gorilla' Released)

2017-04-04 Thread Matthias Beyer
NixOS 17.03 was mentioned by heise.de: https://www.heise.de/newsticker/meldung/Mit-alternativer-Paketverwaltung-Linux-Distribution-NixOS-17-03-erschienen-3672948.html Awesome work you all! I love to be part of this community! On 03-04-2017 10:11:56, Bas van Dijk wrote: > Great work! > > On

Re: [Nix-dev] Trying to compile palemoon with gcc49

2017-04-04 Thread Vladimír Čunát
On 04/04/2017 05:05 AM, Christoph-Simon Senjak wrote: > 1. how can I override packages from the unstable channel? config.nix is applied to all channels you use and also even to "non-channel" nix-build invocations. You can often choose the channel, e.g. nix-env -iA yourChannelName.palemoon - note

[Nix-commits] [NixOS/nixpkgs] ce3ab7: palemoon: switch to gcc-4.9

2017-04-04 Thread Vladimír Čunát
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: ce3ab704b2da278d7e8a397e8b96e39c13821e20 https://github.com/NixOS/nixpkgs/commit/ce3ab704b2da278d7e8a397e8b96e39c13821e20 Author: Vladimír Čunát Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths

[Nix-dev] Chromium extensions

2017-04-04 Thread Judson Lester
I've found that every time I update Chromium, all my extensions get ... lost? Their icons become puzzle pieces, and their behavior is erratic. Is there a fix for this, or an easy way to reinstall them all? Judson ___ nix-dev mailing list nix-dev@lists.sc

[Nix-commits] [NixOS/nixpkgs] 9497da: palemoon: switch to gcc-4.9

2017-04-04 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9497da7e2352d5d3133b16a7a7322702833211d3 https://github.com/NixOS/nixpkgs/commit/9497da7e2352d5d3133b16a7a7322702833211d3 Author: Vladimír Čunát Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M