[Nix-commits] [NixOS/nixpkgs] 08cf60: gitlab: 8.17.5 -> 8.17.6

2017-05-09 Thread Franz Pletz
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 08cf608095712e11d7fb9ef3c7a7cf366b114fb9 https://github.com/NixOS/nixpkgs/commit/08cf608095712e11d7fb9ef3c7a7cf366b114fb9 Author: Franz Pletz Date: 2017-05-09 (Tue, 09

Re: [Nix-dev] [NixOS] How to incorporate my Bash script in configuration.nix?

2017-05-09 Thread Strahinja Popovic
> The proper way to do this is to set up modaliases Could you please elaborate further? On Tue, May 9, 2017 at 3:14 PM, Peter Hoeg wrote: > Hi, > > I would have gone to systemd.services. Slightly uglier looking (bigger >> attrset), but should run after the kernel has loaded its

[Nix-commits] [NixOS/nixpkgs] 1d0627: graylogPlugins: Add and update plugins

2017-05-09 Thread Tristan Helmich
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 1d0627bec9ee7a04cb2c22869cde3b6cbc5e https://github.com/NixOS/nixpkgs/commit/1d0627bec9ee7a04cb2c22869cde3b6cbc5e Author: Tristan Helmich Date: 2017-05-09 (Tue, 09 May

[Nix-dev] PulseAudio

2017-05-09 Thread Mark Gardner
I am having trouble getting PulseAudio to work. I added the following to configuration.nix, executed nixos-rebuild switch, and rebooted: hardware.pulseaudio = { enable = true; package = pkgs.pulseaudioFull; }; environment.systemPackages = with pkgs; [ pamixer paprefs

Re: [Nix-dev] PulseAudio

2017-05-09 Thread Sergiu Ivanov
Hello Mark, Thus quoth Mark Gardner at 17:38 on Tue, May 09 2017: > > I am having trouble getting PulseAudio to work. I added the following to > configuration.nix, executed nixos-rebuild switch, and rebooted: > > hardware.pulseaudio = { > enable = true; > package =

[Nix-commits] [NixOS/nixpkgs] 779ae0: Add salt master module (#25632)

2017-05-09 Thread Aneesh Agrawal
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 779ae064674aa9645bcefaacbc83f942e2ef759f https://github.com/NixOS/nixpkgs/commit/779ae064674aa9645bcefaacbc83f942e2ef759f Author: Aneesh Agrawal Date: 2017-05-09 (Tue, 09 May 2017)

[Nix-commits] [NixOS/nixpkgs] 342c28: elasticsearch_kopf: 1.5.7 -> 2.1.1

2017-05-09 Thread Tristan Helmich
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 342c289d12ab625eecf5d233503c1278fde7b72a https://github.com/NixOS/nixpkgs/commit/342c289d12ab625eecf5d233503c1278fde7b72a Author: Tristan Helmich Date: 2017-05-09 (Tue, 09 May

[Nix-commits] [NixOS/nixpkgs] a344c6: elasticsearch_kopf: 1.5.7 -> 2.1.1

2017-05-09 Thread Tristan Helmich
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: a344c6c7d2b484778012845a9d7b15ce71ae6efa https://github.com/NixOS/nixpkgs/commit/a344c6c7d2b484778012845a9d7b15ce71ae6efa Author: Tristan Helmich Date: 2017-05-09 (Tue,

Re: [Nix-dev] PulseAudio

2017-05-09 Thread Mark Gardner
Thanks for your prompt reply Sergiu. On Tue, May 9, 2017 at 1:50 PM, Sergiu Ivanov wrote: > What happens if you install pavucontrol and pamixer in a user > environment? > ​ ​ $ nix-env -iA nixos.pavucontrol installing ‘pavucontrol-3.0’ building path(s)

[Nix-commits] [NixOS/nixpkgs] aa5131: go: 1.8 -> 1.8.1

2017-05-09 Thread Daiderd Jordan
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: aa513180c524b1487bfb879475d6d0512b9fa64b https://github.com/NixOS/nixpkgs/commit/aa513180c524b1487bfb879475d6d0512b9fa64b Author: Yann Hodique Date: 2017-05-06 (Sat, 06 May 2017)

[Nix-commits] [NixOS/nixpkgs] a5df61: ghcjs: mark as fixed

2017-05-09 Thread Domen Kožar
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a5df611d9134d6816e110603d55cea384c2f272a https://github.com/NixOS/nixpkgs/commit/a5df611d9134d6816e110603d55cea384c2f272a Author: David Johnson Date: 2017-05-08 (Mon, 08 May 2017)

[Nix-dev] Issuepocalypse?

2017-05-09 Thread Matthew Bauer
I think the number of issues in Nixpkgs is getting a little out of hand. It’s become way too easy for issues to get buried. Lots of old issues aren’t even relevant any more but they stay open because no one see them. Others are more of support unanswered questions that there really isn’t a good

Re: [Nix-dev] PulseAudio

2017-05-09 Thread Sergiu Ivanov
Thus quoth Mark Gardner at 18:05 on Tue, May 09 2017: > On Tue, May 9, 2017 at 1:50 PM, Sergiu Ivanov wrote: > >> What happens if you install pavucontrol and pamixer in a user environment? > [...] > $ pavucontrol > > ** (pavucontrol:8551): WARNING **: Error retrieving

Re: [Nix-dev] PulseAudio

2017-05-09 Thread David Izquierdo
If you run `pulseaudio -k`, does it kill it? Once dead, what does it log if you run `pulseaudio` and then try to use pavucontrol or other program? On 09/05/17 20:58, Mark Gardner wrote: On Tue, May 9, 2017 at 2:32 PM, Sergiu Ivanov wrote: I suppose you tried rebooting

Re: [Nix-dev] PulseAudio

2017-05-09 Thread Mark Gardner
David, On Tue, May 9, 2017 at 2:59 PM, David Izquierdo wrote: > If you run `pulseaudio -k`, does it kill it? ​No:​ $ pulseaudio -k E: [pulseaudio] main.c: Failed to kill daemon: No such process ​But the daemon is running as me: $ ps aux | grep pulseaudio ​user 2572

[Nix-commits] [NixOS/nixpkgs] e69758: hardware.enableRedistributableFirmware: fix spelli...

2017-05-09 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e69758567559e3dea4577921364328b6f98e4ed3 https://github.com/NixOS/nixpkgs/commit/e69758567559e3dea4577921364328b6f98e4ed3 Author: Jörg Thalheim Date: 2017-05-09 (Tue, 09 May 2017)

Re: [Nix-dev] PulseAudio

2017-05-09 Thread Sergiu Ivanov
Thus quoth David Izquierdo at 19:16 on Tue, May 09 2017: > > I don't know how to see that process' logs. Maybe some magic journalctl > option. Is it possible that it's starting as a systemd user service? > Then `journalctl --user -eu pulseaudio` would work... But starting pulse > like that

Re: [Nix-dev] Need any mirror in Asia?

2017-05-09 Thread Vladimír Čunát
On 05/09/2017 02:10 PM, Frank wrote: > Why don't we host the system on IPFS? There is some WIP on that. See e.g. this PR and links: https://github.com/NixOS/nix/pull/1167 --Vladimir ___ nix-dev mailing list nix-dev@lists.science.uu.nl

Re: [Nix-dev] PulseAudio

2017-05-09 Thread David Izquierdo
I don't know how to see that process' logs. Maybe some magic journalctl option. Is it possible that it's starting as a systemd user service? Then `journalctl --user -eu pulseaudio` would work... But starting pulse like that doesn't seem to work for me. On 09/05/17 21:13, Mark Gardner wrote:

Re: [Nix-dev] NixOS and nix 1.12

2017-05-09 Thread Vladimír Čunát
On 05/09/2017 12:46 PM, Tomasz Czyż wrote: > Actually, wouldn't be great if we transfer that functions over a time > rather than doing big bang? I'm not really involved in the development of Nix, but I don't think the old interface will go away with 1.12 already. So far it's been a separate

Re: [Nix-dev] still waiting for https://cache.nixos.org after 5 seconds...

2017-05-09 Thread Vladimír Čunát
On 05/01/2017 12:18 PM, Denis wrote: > There are many issues with cache.nixos.org (slowness in some regoins, > downtimes) so setting up a second CDN would be useful. It is for free. It is for free? AFAIK our current CDN isn't free at all but paid by LogicBlox. If you mean CloudFlare, on their

Re: [Nix-dev] Issuepocalypse?

2017-05-09 Thread Vladimír Čunát
On 05/09/2017 08:39 AM, Matthew Bauer wrote: > It’s become way too easy for issues to get buried. Lots of old issues > aren’t even relevant any more but they stay open because no one see > them. If noone sees the issues, I'm not sure if they obstruct significantly. I'm personally reconciled with

Re: [Nix-dev] PulseAudio

2017-05-09 Thread Mark Gardner
On Tue, May 9, 2017 at 2:32 PM, Sergiu Ivanov wrote: > I suppose you tried rebooting after installing the packages? > ​Yes. I did that before doing the above actions. I even upgraded to 17.03 (from 16.09) in case that helped. It didn't. ​ > I'm afraid I'm running out of

Re: [Nix-dev] github triggered builds

2017-05-09 Thread Harmen
On Tue, May 09, 2017 at 01:08:08PM +0200, Maarten Hoogendoorn wrote: > Unfortunately this does not really help with sharing derivations that have > been built before. Thanks for all the replies. Seems like I didn't miss anything obvious. My current plan is to try gitlab with my own runner, which

[Nix-commits] [NixOS/nixpkgs] 29c8d8: Restrict architectures to x86_64

2017-05-09 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 29c8d83f885622f813b36471fc43eb894bcda765 https://github.com/NixOS/nixpkgs/commit/29c8d83f885622f813b36471fc43eb894bcda765 Author: Bo Bakker Date: 2017-05-08 (Mon, 08 May 2017)

[Nix-dev] Call for newsletter entries

2017-05-09 Thread Badi' Abdul-Wahid
Hi all I'm collecting entries for NixOS Weekly news issue #8. If you have anything such as, but not limited to, events, blogs, coding, releases, etc related to the Nix/NixOS/NixOps ecosystem, you can drop a comment on the pull request here: https://github.com/NixOS/nixos-weekly/pull/38

Re: [Nix-dev] github triggered builds

2017-05-09 Thread Vladimír Čunát
On 05/09/2017 10:44 PM, Harmen wrote: > Is this use-case of nix so uncommon (push-triggered builds)? Do most people > go for Hydra? To me it seems push-triggered stuff is mainly for CI, and there's e.g. Hydra for that. You could probably implement implement push-triggered scripts easily - CGI

[Nix-commits] [NixOS/nixpkgs] 334ac4: nixos/iso-image: add option for copytoram

2017-05-09 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 334ac4f043072314404afa0a9328cb2726c09fc3 https://github.com/NixOS/nixpkgs/commit/334ac4f043072314404afa0a9328cb2726c09fc3 Author: lassulus Date: 2017-05-08 (Mon, 08 May 2017) Changed

Re: [Nix-dev] NixOS and nix 1.12

2017-05-09 Thread Kevin Cox
On 09/05/17 21:03, Vladimír Čunát wrote: > On 05/09/2017 12:46 PM, Tomasz Czyż wrote: >> Actually, wouldn't be great if we transfer that functions over a time >> rather than doing big bang? > > I'm not really involved in the development of Nix, but I don't think the > old interface will go away

[Nix-commits] [NixOS/nixpkgs] e060a5: cron: remove sbin from PATH

2017-05-09 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e060a5ee15522f681026cc7191e3659ef4552f1f https://github.com/NixOS/nixpkgs/commit/e060a5ee15522f681026cc7191e3659ef4552f1f Author: Jörg Thalheim Date: 2017-05-09 (Tue, 09 May 2017)

[Nix-commits] [NixOS/nixpkgs] 2e2a5a: sysdig: 0.15.0 -> 0.16.0

2017-05-09 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 2e2a5af81f2582743097f41364aacf6280cd4e63 https://github.com/NixOS/nixpkgs/commit/2e2a5af81f2582743097f41364aacf6280cd4e63 Author: Jörg Thalheim Date: 2017-05-09 (Tue, 09 May 2017)

[Nix-commits] [NixOS/nixpkgs] 31b0e3: Use consistent package naming for HEAD.nix files

2017-05-09 Thread Arseniy Seroka
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 31b0e34d1dd1226de1492101e3aeea60292196d7 https://github.com/NixOS/nixpkgs/commit/31b0e34d1dd1226de1492101e3aeea60292196d7 Author: rht Date: 2017-05-09 (Tue, 09 May 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 539b09: environment: remove sbin from PATH

2017-05-09 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 539b091f6e0dab89071c55f34e6583b7a0584fdf https://github.com/NixOS/nixpkgs/commit/539b091f6e0dab89071c55f34e6583b7a0584fdf Author: Jörg Thalheim Date: 2017-05-06 (Sat, 06 May 2017)

[Nix-commits] [NixOS/nixpkgs] fdd28b: openmvg: clarify Git version

2017-05-09 Thread mdaiter
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: fdd28b6fe0ef5712167e2e3d6f22b28500a346c9 https://github.com/NixOS/nixpkgs/commit/fdd28b6fe0ef5712167e2e3d6f22b28500a346c9 Author: mdaiter Date: 2017-05-09 (Tue, 09 May 2017)

[Nix-commits] [NixOS/nixpkgs] 7cf29e: staccato: init at 0.1.6

2017-05-09 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7cf29e13058c187df99c7b7dec23e78d50664abf https://github.com/NixOS/nixpkgs/commit/7cf29e13058c187df99c7b7dec23e78d50664abf Author: c74d <857...@gmail.com> Date: 2017-05-08 (Mon, 08 May 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 7c185d: zsh-git-prompt: Init at 0.5

2017-05-09 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7c185d4af921516f5836d3487f8d4455443afc73 https://github.com/NixOS/nixpkgs/commit/7c185d4af921516f5836d3487f8d4455443afc73 Author: Christopher League Date: 2017-05-07 (Sun, 07

Re: [Nix-dev] github triggered builds

2017-05-09 Thread zimbatm
Travis CI also has support for nix builds and might be easier to setup. On Mon, 8 May 2017, 18:17 Tomasz Czyż, wrote: > https://nixos.org/hydra/ > > and > > https://github.com/hercules-ci/hercules ( looks like still in heavy > development but maybe usable :)) > >

[Nix-commits] [NixOS/nixpkgs] 0ed5b1: cytoscape: 3.4.0 -> 3.5.1

2017-05-09 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0ed5b1c867dec7e3fbe11efbaf209a464e3e07b3 https://github.com/NixOS/nixpkgs/commit/0ed5b1c867dec7e3fbe11efbaf209a464e3e07b3 Author: mimadrid Date: 2017-05-07 (Sun, 07 May 2017) Changed

[Nix-commits] [NixOS/nixpkgs] df5d58: Introduce virtualisation.libvirtd.qemuOvmf.

2017-05-09 Thread Peter Hoeg
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: df5d588f13674bbe4be63a05e533c8303ea5a465 https://github.com/NixOS/nixpkgs/commit/df5d588f13674bbe4be63a05e533c8303ea5a465 Author: Clemens Fruhwirth Date: 2017-05-01 (Mon, 01 May

[Nix-commits] [NixOS/nixpkgs] 7b5356: pythonPackages.tensorflow 1.0.0 -> 1.1.0

2017-05-09 Thread Jean-Philippe Bernardy
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7b5356ed5e89b5c241d89191a2350e402007e44d https://github.com/NixOS/nixpkgs/commit/7b5356ed5e89b5c241d89191a2350e402007e44d Author: Jean-Philippe Bernardy Date: 2017-05-09

[Nix-commits] [NixOS/nixpkgs] 5fdc93: idea-ultimate: 2017.1.1 -> 2017.1.2

2017-05-09 Thread Peter Hoeg
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5fdc93b0c6107ff952b033d876f0c29a5ba1ce37 https://github.com/NixOS/nixpkgs/commit/5fdc93b0c6107ff952b033d876f0c29a5ba1ce37 Author: Björn Andersson Date: 2017-05-09 (Tue, 09 May 2017)

[Nix-commits] [NixOS/nixpkgs] 25a356: activator: remove package from package-set

2017-05-09 Thread Franz Pletz
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 25a3563102e2beeae64257671581c93a2ef6e4b0 https://github.com/NixOS/nixpkgs/commit/25a3563102e2beeae64257671581c93a2ef6e4b0 Author: Maximilian Bosch Date: 2017-05-08 (Mon, 08 May

[Nix-commits] [NixOS/nixpkgs] 7fb709: languagetool: 3.5 -> 3.7

2017-05-09 Thread Franz Pletz
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7fb709a5ab1046563c9d1cf5cc70411a3871098c https://github.com/NixOS/nixpkgs/commit/7fb709a5ab1046563c9d1cf5cc70411a3871098c Author: mimadrid Date: 2017-05-07 (Sun, 07 May 2017) Changed

[Nix-commits] [NixOS/nixpkgs] c6c719: lnav: 0.8.1 -> 0.8.2

2017-05-09 Thread Desmond O. Chang
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c6c7197c7dc5355ff587da9996330bb72afcb8f7 https://github.com/NixOS/nixpkgs/commit/c6c7197c7dc5355ff587da9996330bb72afcb8f7 Author: Desmond O. Chang Date: 2017-05-10 (Wed, 10 May 2017)

[Nix-commits] [NixOS/nixpkgs] 92bb3e: i3: fix runtime dependencies

2017-05-09 Thread Eric Sagnes
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 92bb3e8b9bcbffe37c2e1c0efe467cdd018d6f14 https://github.com/NixOS/nixpkgs/commit/92bb3e8b9bcbffe37c2e1c0efe467cdd018d6f14 Author: Eric Sagnes Date: 2017-05-10 (Wed, 10 May 2017)

[Nix-dev] [NixOS] How to incorporate my Bash script in configuration.nix?

2017-05-09 Thread Strahinja Popovic
Hi everyone, I have made my USB WiFi to work, but I have to call this script whenever I restart the computer. #!/usr/bin/env bash echo "0b05 17e8"|sudo tee /sys/bus/usb/drivers/rt2800usb/new_id What is correct way to make this part of configuration.nix? Cheers, -- Strahinja Popovic

Re: [Nix-dev] NixOS and nix 1.12

2017-05-09 Thread Sergey Mironov
Where can I read more about new features of nix-1.12 ? Regards, Sergey 2017-04-25 11:26 GMT+03:00 zimbatm : > At some point but there is no timeline yet. We don't even have a list of > regressions to fix before release yet. > > > On Thu, 13 Apr 2017, 15:12 Volth,

Re: [Nix-dev] [NixOS] How to incorporate my Bash script in configuration.nix?

2017-05-09 Thread Peter Hoeg
Hi, I have made my USB WiFi to work, but I have to call this script whenever I restart the computer. you can do it this way: system.activationScripts = { rt2800usb = { text = '' echo "0b05 17e8" > /sys/bus/usb/drivers/rt2800usb/new_id ''; deps = []; }; }; -- Regards,

[Nix-commits] [NixOS/nixpkgs] bfc3d9: weka: 3.8.0 -> 3.8.1

2017-05-09 Thread Peter Hoeg
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bfc3d976f3dd4454173a45b1dd065a85e5226bfb https://github.com/NixOS/nixpkgs/commit/bfc3d976f3dd4454173a45b1dd065a85e5226bfb Author: mimadrid Date: 2017-05-07 (Sun, 07 May 2017) Changed

Re: [Nix-dev] NixOS and nix 1.12

2017-05-09 Thread Tomasz Czyż
Actually, wouldn't be great if we transfer that functions over a time rather than doing big bang? I was thinking recently that probably simple bash wrapper aggregating various commands under common executable would be good start. In that case we can then replace functions one by one with new

[Nix-dev] How to implement fetchMaven as pure function ?

2017-05-09 Thread Volth
There are already two versions in nixpkgs ("fetchMaven" and "fetchMavenArtifact") which are just wrappers for "fetchurl". Basicaly "fetchMaven" is merely a function giving argument "org.scala-lang:scala-compiler:2.11.11" produces a derivation by downloading two files

Re: [Nix-dev] [NixOS] How to incorporate my Bash script in configuration.nix?

2017-05-09 Thread Strahinja Popovic
Thanks for help Peter, But I have in dmesg now: [2.027361] stage-2-init: /nix/store/zv42ylc0jangv5kv437577qq79v3xq5n-nixos-system-strale-17.03.1033.99dfb6dce3/activate: line 136: /sys/bus/usb/drivers/rt2800usb/new_id: No such file or directory How to make it to wait for kernel module? On

Re: [Nix-dev] github triggered builds

2017-05-09 Thread Maarten Hoogendoorn
Unfortunately this does not really help with sharing derivations that have been built before. 2017-05-09 10:02 GMT+02:00 zimbatm : > Travis CI also has support for nix builds and might be easier to setup. > > On Mon, 8 May 2017, 18:17 Tomasz Czyż,

[Nix-commits] [NixOS/nixpkgs] 4e69e4: org-packages: 2017-05-08

2017-05-09 Thread Thomas Tuegel
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 4e69e4caebf3669b02eebbb318064e2f6239f204 https://github.com/NixOS/nixpkgs/commit/4e69e4caebf3669b02eebbb318064e2f6239f204 Author: Michael Alan Dorman Date: 2017-05-08 (Mon, 08

[Nix-commits] [NixOS/nixpkgs] adf76d: syncthing: correct path for systemd units

2017-05-09 Thread Peter Hoeg
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: adf76dbc54c12ceda32cd19ab3b408d59ad70902 https://github.com/NixOS/nixpkgs/commit/adf76dbc54c12ceda32cd19ab3b408d59ad70902 Author: Linus Heckemann Date: 2017-05-09 (Tue, 09 May 2017)

[Nix-commits] [NixOS/nixpkgs] bd0303: gnu-cobol: init at 2.0rc-2

2017-05-09 Thread Pascal Wittmann
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bd03033b498f738419a3c18108c61896c8ac3eb3 https://github.com/NixOS/nixpkgs/commit/bd03033b498f738419a3c18108c61896c8ac3eb3 Author: Eric Sagnes Date: 2017-05-09 (Tue, 09 May 2017)

[Nix-commits] [NixOS/nixpkgs] df5d58: Introduce virtualisation.libvirtd.qemuOvmf.

2017-05-09 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: df5d588f13674bbe4be63a05e533c8303ea5a465 https://github.com/NixOS/nixpkgs/commit/df5d588f13674bbe4be63a05e533c8303ea5a465 Author: Clemens Fruhwirth Date: 2017-05-01 (Mon, 01 May

Re: [Nix-dev] nvidia proprietary / i7 notebook - does not start

2017-05-09 Thread Ruben Astudillo
On 09/05/17 20:29, Marc Weber wrote: > Desktop: Everything is fine, the way it should > > Laptop: > lspci: 03:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 940MX] > (rev a2) > => Ubuntu -> fine > => Nixos -> black -> then blinking cursor, no (EE) lines in X log I know own a

[Nix-commits] [NixOS/nixpkgs] 134dd8: ncmpcpp: 0.7.5 -> 0.7.7

2017-05-09 Thread koral
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 134dd8ce53da9763920278f3331d954c914402b2 https://github.com/NixOS/nixpkgs/commit/134dd8ce53da9763920278f3331d954c914402b2 Author: koral Date: 2017-05-10 (Wed, 10 May 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 7120c6: emby: 3.2.13.0 -> 3.2.15.0

2017-05-09 Thread Tristan Helmich
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7120c66928bcfc3b411a759e178dc4b09c77e8ae https://github.com/NixOS/nixpkgs/commit/7120c66928bcfc3b411a759e178dc4b09c77e8ae Author: Tristan Helmich Date: 2017-05-10 (Wed, 10 May

Re: [Nix-dev] [NixOS] How to incorporate my Bash script in configuration.nix?

2017-05-09 Thread Peter Hoeg
Hi, > The proper way to do this is to set up modaliases Could you please elaborate further? the alias in the line below depends on the exact PID and VID of your device so you may need to adjust it: boot.kernelModules = [ "rt2800usb" ]; boot.extraModprobeConfig = '' alias

[Nix-commits] [NixOS/nixpkgs] 04988d: tint2: 0.14.1 -> 0.14.4

2017-05-09 Thread romildo
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 04988d9840ac05fe3b53efea6b0d96774ae002c2 https://github.com/NixOS/nixpkgs/commit/04988d9840ac05fe3b53efea6b0d96774ae002c2 Author: romildo Date: 2017-05-10 (Wed, 10 May 2017)

[Nix-dev] nvidia proprietary / i7 notebook - does not start

2017-05-09 Thread Marc Weber
Desktop: Everything is fine, the way it should Laptop: lspci: 03:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 940MX] (rev a2) => Ubuntu -> fine => Nixos -> black -> then blinking cursor, no (EE) lines in X log I tried copying the relevant part from X.org defining drivers,

[Nix-commits] [NixOS/nixpkgs] deb258: phwmon: 2016-03-13 -> 2017-04-10

2017-05-09 Thread romildo
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: deb2581aa13f3ccdd7264547817e938288695e73 https://github.com/NixOS/nixpkgs/commit/deb2581aa13f3ccdd7264547817e938288695e73 Author: romildo Date: 2017-05-10 (Wed, 10 May 2017)

Re: [Nix-dev] Need any mirror in Asia?

2017-05-09 Thread Frank
Why don't we host the system on IPFS? ( https//ipfs.io ) It would be nice to use URL's like: ipfs://jhgwybmjhgsd/my_file but is would fit nicely in nixos Greetings, Frank Op 8-5-2017 om 18:44 schreef zimbatm: How I see the setup, it would be a HTTP reverse proxy with caching enabled.

[Nix-commits] [NixOS/nixpkgs] 9ddc0a: linux: 4.10.14 -> 4.10.15

2017-05-09 Thread Tim Steinbach
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 9ddc0ab8112f7d18798859b2e3773d690067e0a3 https://github.com/NixOS/nixpkgs/commit/9ddc0ab8112f7d18798859b2e3773d690067e0a3 Author: Tim Steinbach Date: 2017-05-09 (Tue, 09 May

[Nix-commits] [NixOS/nixpkgs] 8584a1: linux: 4.10.14 -> 4.10.15

2017-05-09 Thread Tim Steinbach
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8584a169220a91791158c49e0021ca330092c712 https://github.com/NixOS/nixpkgs/commit/8584a169220a91791158c49e0021ca330092c712 Author: Tim Steinbach Date: 2017-05-09 (Tue, 09 May 2017)

[Nix-commits] [NixOS/nixpkgs] c3bbc8: inconsolata-lgc: git-2015-04-18 -> 1.3 (#25641)

2017-05-09 Thread rht
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c3bbc8adea6843edb3b71a6ff18ed544b3d22de4 https://github.com/NixOS/nixpkgs/commit/c3bbc8adea6843edb3b71a6ff18ed544b3d22de4 Author: rht Date: 2017-05-09 (Tue, 09 May 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 17107f: flashplayer: 25.0.0.148 -> 25.0.0.171

2017-05-09 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 17107fc97731167534c44d384331858240270d9a https://github.com/NixOS/nixpkgs/commit/17107fc97731167534c44d384331858240270d9a Author: taku0 Date: 2017-05-09 (Tue, 09 May 2017)

[Nix-commits] [NixOS/nixpkgs] a1b6c5: Revert "Use consistent package naming for HEAD.nix...

2017-05-09 Thread Peter Simons
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a1b6c5f5d6f22088dc017552c94d133128059ad8 https://github.com/NixOS/nixpkgs/commit/a1b6c5f5d6f22088dc017552c94d133128059ad8 Author: Peter Simons Date: 2017-05-09 (Tue, 09 May 2017)

[Nix-commits] [NixOS/nixpkgs] 326efe: gitlab: 8.17.5 -> 8.17.6

2017-05-09 Thread Franz Pletz
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 326efe5fdcdc77796cb260beb95fa769f2d084c0 https://github.com/NixOS/nixpkgs/commit/326efe5fdcdc77796cb260beb95fa769f2d084c0 Author: Franz Pletz Date: 2017-05-09 (Tue, 09 May 2017)

Re: [Nix-dev] [NixOS] How to incorporate my Bash script in configuration.nix?

2017-05-09 Thread Peter Hoeg
Hi, I would have gone to systemd.services. Slightly uglier looking (bigger attrset), but should run after the kernel has loaded its modules. I'd say it would be ideal to have it be "PartOf = networking.target" and/or "Before = dhcpd.service" (or whatever networking thingy you use). Actually,

[Nix-commits] [NixOS/nixpkgs] 11272e: camlistore: use buildGoPackage

2017-05-09 Thread Linus Heckemann
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 11272e930f751e726e46ca1c9c84a82f2fc33b78 https://github.com/NixOS/nixpkgs/commit/11272e930f751e726e46ca1c9c84a82f2fc33b78 Author: Linus Heckemann Date: 2017-05-09 (Tue, 09 May 2017)