Re: [Nix-dev] codetriage.com

2016-02-19 Thread Wout Mertens
Same for PRs, we have some really old ones. What is a good cutoff? 6 months? On Thu, Feb 18, 2016, 7:50 PM Profpatsch wrote: > On 16-02-17 08:18pm, Rok Garbas wrote: > > I would suggest closing tickets that you think are not crucial or > > reporter does not provide code that

[Nix-dev] Call for input method PR review

2016-02-19 Thread Eric Sagnes
Hi, The PR to improve the state of input methods [1] in NixOS is ready for review. Input methods are a way to input characters/symbols that are not available on the keyboard, see wikipedia for more details [2]. Input methods being a very important feature for non alphabetical languages

Re: [Nix-dev] Git + gettextWithExpat incompatibility

2016-02-19 Thread Cody Opel
Gettext no longer depends on expat as of the latest release (0.19.7). https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00013.html On Tue, Feb 16, 2016 at 2:20 PM, zimbatm wrote: > Can you create an issue ? > > I can reproduce the issue on master. If just

Re: [Nix-dev] Installing CA certificates

2016-02-19 Thread zimbatm
I am starting to think that the installed certificate is not the right-one. What if you run `curl --cacert /path/to/cert.pem -v https://yourservi ce` ? It would be useful to get the full output to make sure we didn't miss anything. And also the output of `openssl x509 -in

Re: [Nix-dev] Wiki is dead

2016-02-19 Thread zimbatm
After mulling with the topic for a while, I think that we should really try to make that wiki working actually. It's a great staging area for content where people can edit without asking for permission. The issue right now is with our methodology. Maintainers should start subscribing to the

[Nix-dev] Printing test failure preventing unstable channel update

2016-02-19 Thread Shea Levy
Hi all, The printing tests are failing on hydra. Anyone know what might be going on here? http://hydra.nixos.org/build/32105948 ~Shea ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Installing CA certificates

2016-02-19 Thread Adam Russell
Using that page as reference, I ran this command: certutil -d sql:$HOME/.pki/nssdb -A -t "CT,c,c" -n DEV.LOCAL -i /etc/ssl/certs/ca-certificates.crt That page did lead me to some other pages that might be helpful:

Re: [Nix-dev] NixOS 16.03 branch-off time in 10 days

2016-02-19 Thread Domen Kožar
On Fri, Feb 19, 2016 at 1:01 PM, Thomas Strobel < 4ZKTUB6TEP74PYJOPWIR013S2AV29YUBW5F9ZH2F4D5UMJUJ6S@hash.domains> wrote: > Hi, > > what about branching off 16.03 by merging the closure-size branch, and > then taking the commit just before the merge as 16.03? That way it would > force us to

Re: [Nix-dev] NixOS 16.03 branch-off time in 10 days

2016-02-19 Thread Daniel Peebles
I'll take anything that will get closure-size merged in ASAP :) On Fri, Feb 19, 2016 at 8:01 AM, Thomas Strobel < 4ZKTUB6TEP74PYJOPWIR013S2AV29YUBW5F9ZH2F4D5UMJUJ6S@hash.domains> wrote: > Hi, > > what about branching off 16.03 by merging the closure-size branch, and > then taking the commit just

Re: [Nix-dev] Installing CA certificates

2016-02-19 Thread zimbatm
Found this which might be useful to you: http://mindref.blogspot.co.uk/2011/02/nssdb-add-ca-certificate.html On Fri, 19 Feb 2016 at 17:36 zimbatm wrote: > curl should work just fine then. Can you paste the output of `curl -v > https://yoursite.com` ? > > Chromium uses NSS

Re: [Nix-dev] Installing CA certificates

2016-02-19 Thread zimbatm
curl should work just fine then. Can you paste the output of `curl -v https://yoursite.com` ? Chromium uses NSS which has another mechanism for it's PKI which I don't know. Can you confirm that your cert is also in /etc/pki/tls/certs/ca-bundle.crt ? Also do you have anything under ~/.pki ? On

Re: [Nix-dev] Installing CA certificates

2016-02-19 Thread Adam Russell
The output is: $ echo $SSL_CERT_FILE /etc/ssl/certs/ca-certificates.crt $ echo $CURL_CA_BUNDLE $ And yes, the certificates are in that file. Is there another step that needs to happen for curl and Chromium to be able to use them? On Fri, Feb 19, 2016 at 9:26 AM zimbatm

Re: [Nix-dev] Force a rebuild of nixpkgs-unstable

2016-02-19 Thread nickbh
Ah I didn’t know of that channel, thanks for the pointer. nick > On 19 Feb 2016, at 16:34, Teo Klestrup wrote: > > The current state is pretty bad, but at least nixos-unstable-small seems to > have a fixed build already. > > On 19 Feb 2016 16:39, "nickbh"

[Nix-dev] Force a rebuild of nixpkgs-unstable

2016-02-19 Thread nickbh
Hi, A small nixpkgs commit caused a nixops virtualbox deployment I was working on to become unbootable. The commit has been reverted[1] but in the meantime it made it into the current nixpkgs-unstable build[2]. I assume anyone else who runs nix-channel —update will have the same problem,

Re: [Nix-dev] Installing CA certificates

2016-02-19 Thread zimbatm
What is the output of `echo $SSL_CERT_FILE` and `echo $CURL_CA_BUNDLE` ? If one of those is set, look in the pointed file if you can find your certificate. On Fri, 19 Feb 2016 at 15:12 Adam Russell wrote: > Thomas, I've not used the openssl command-line tool before, and

Re: [Nix-dev] Installing CA certificates

2016-02-19 Thread Adam Russell
Thomas, I've not used the openssl command-line tool before, and looking at its documentation I'm not sure what command I would run in order to test it, or what output to look for. I can tell you that curl doesn't work against the domains in question, though (at least without the insecure flag).

Re: [Nix-dev] Systemd User Timers: timerConfig section?

2016-02-19 Thread Sergiu Ivanov
Thus quoth Guillaume Maudoux (Layus) at 14:25 on Fr, Feb 19 2016: > > There is also systemd.services..startAt > > that creates the timer for you :-). Ah, that's cool, thank you! I didn't know

Re: [Nix-dev] Packaging Torch

2016-02-19 Thread Sergey Mironov
Hi again. I come to a runnable version of Torch package. Not sure it works correctly, but I can see its colored command prompt. $ git clone https://github.com/grwlf/torch-distro --recursive $ cd torch-distro $ nix-build build.nix Install.log says that some optional packages (namely,

Re: [Nix-dev] Systemd User Timers: timerConfig section?

2016-02-19 Thread Guillaume Maudoux (Layus)
There is also systemd.services..startAt that creates the timer for you :-). systemd.services.urlwatch = rec { description = "Run urlwatch (${startAt})"; startAt = "hourly"; environment =

Re: [Nix-dev] Systemd User Timers: timerConfig section?

2016-02-19 Thread Sergiu Ivanov
Hello Cristoph, hello Kevin, Thus quoth Christoph Hrdinka at 13:22 on Fr, Feb 19 2016: > > systemd timers are defined via systemd.timers. (systemwide) or > systemd.user.timers. (per user) and not within *.services.*. Ahhh, indeed! Wrote my E-mail to fast, didn't notice that part in the

Re: [Nix-dev] NixOS 16.03 branch-off time in 10 days

2016-02-19 Thread Thomas Strobel
Hi, what about branching off 16.03 by merging the closure-size branch, and then taking the commit just before the merge as 16.03? That way it would force us to really take the closure-size branch in. Just a thought. Thomas On 02/18/2016 08:25 PM, Domen Kožar wrote: > Hi all, > > it's that

Re: [Nix-dev] Systemd User Timers: timerConfig section?

2016-02-19 Thread Christoph Hrdinka
Hi Sergiu, systemd timers are defined via systemd.timers. (systemwide) or systemd.user.timers. (per user) and not within *.services.*. systemd.timers.timerConfig will be used as verbatim systemd timer config as of: https://www.freedesktop.org/software/systemd/man/systemd.timer.html Here is an

Re: [Nix-dev] Systemd User Timers: timerConfig section?

2016-02-19 Thread Kevin Cox
I don't know if it is missing for user timer units but there is a timerConfig. However defining repeating timers in systemd is weird so I have included an example that I use below. systemd.timers.sysstat-journald = { wantedBy = [ "multi-user.target" ]; timerConfig = {

[Nix-dev] Systemd User Timers: timerConfig section?

2016-02-19 Thread Sergiu Ivanov
Hello, I am trying to set up a (custom) systemd timer running a task every 5 minutes. From what I can see, relying on system.user.services.myTimer might be the way to go, but I can only see the option startAt available, which starts my unit at a given date/time and therefore does not really fit