[Nix-commits] [NixOS/nixpkgs] bd448b: dnscrypt-proxy service: use up-to-date dnscrypt-re...

2016-05-09 Thread Joachim Fasting
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bd448b713944524f41a8d37cfe59d4594b536911 https://github.com/NixOS/nixpkgs/commit/bd448b713944524f41a8d37cfe59d4594b536911 Author: Joachim Fasting Date: 2016-05-10 (Tue, 10 May 2016)

[Nix-commits] [NixOS/nixpkgs] 346482: dosfstools: Enable compat symlinks

2016-05-09 Thread Tuomas Tynkkynen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 346482c8d586de299ff8f457d69653917a4d62e2 https://github.com/NixOS/nixpkgs/commit/346482c8d586de299ff8f457d69653917a4d62e2 Author: Tuomas Tynkkynen Date: 2016-05-10 (Tue, 10 May 2016)

[Nix-commits] [NixOS/nixpkgs] 49de0c: texlive: restore back exports of TeX paths

2016-05-09 Thread Nikolay Amiantov
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 49de0c32bdeabf46f53e446811966ee9bd09aaf1 https://github.com/NixOS/nixpkgs/commit/49de0c32bdeabf46f53e446811966ee9bd09aaf1 Author: Nikolay Amiantov Date: 2016-05-10 (Tue, 10 May 2016)

[Nix-commits] [NixOS/nixpkgs] 8a4b67: texlive.combine: fix build

2016-05-09 Thread Nikolay Amiantov
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8a4b670a2f2e262a35288d49254236e934b08ab5 https://github.com/NixOS/nixpkgs/commit/8a4b670a2f2e262a35288d49254236e934b08ab5 Author: Raymond Gauthier Date: 2016-05-09 (Mon, 09 May

[Nix-commits] [NixOS/nixpkgs] e8fff5: unclutter: prevent service restarting too soon

2016-05-09 Thread Joachim Fasting
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e8fff519476cb2b48f2afd497e3494b41faf3a27 https://github.com/NixOS/nixpkgs/commit/e8fff519476cb2b48f2afd497e3494b41faf3a27 Author: rnhmjoj Date: 2016-05-09 (Mon, 09 May 2016)

[Nix-commits] [NixOS/nixpkgs] ad0a9f: autogen: fix borked source URL and hash

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

[Nix-commits] [NixOS/nixpkgs] 06d890: SDL2_image: 2.0.0 -> 2.0.1

2016-05-09 Thread Tobias Geerinckx-Rice
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 06d8903374d94ccc2188369dfcbbfb3e9aa6ceab https://github.com/NixOS/nixpkgs/commit/06d8903374d94ccc2188369dfcbbfb3e9aa6ceab Author: Tobias Geerinckx-Rice Date: 2016-05-10 (Tue, 10 May 2016)

[Nix-commits] [NixOS/nixpkgs] 8dd753: pxattr: Init at 2.1.0

2016-05-09 Thread Arseniy Seroka
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8dd753dedcc5445bf65d112eb76a2a888462b5a3 https://github.com/NixOS/nixpkgs/commit/8dd753dedcc5445bf65d112eb76a2a888462b5a3 Author: Rahul Gopinath Date: 2016-05-09 (Mon, 09 May 2016)

[Nix-commits] [NixOS/nixpkgs] 0ee423: sane-backends-git -> 2016-05-09

2016-05-09 Thread Tobias Geerinckx-Rice
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0ee42380263b3427545560b5ccc7e802a747ca50 https://github.com/NixOS/nixpkgs/commit/0ee42380263b3427545560b5ccc7e802a747ca50 Author: Tobias Geerinckx-Rice Date: 2016-05-10

Re: [Nix-dev] confused using the ? operator with non literal operators

2016-05-09 Thread Layus
I never said it made sense ;-). But think of it as array access. It is the exact counterpart of the dot (.) operator : nix-repl> foo = { bar = 1; } nix-repl> quux = "bar" nix-repl> foo?bar true nix-repl> foo.bar 1 nix-repl> foo?${quux} true nix-repl> foo.${quux} 1 nix-repl> foo?quux false

[Nix-commits] [NixOS/nixpkgs] a1d44a: pythonPackages.mitmproxy: fetchurl -> fetchFromGit...

2016-05-09 Thread Daniel Peebles
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a1d44a6b79ffc4078eac3a3e88cd4bee8d8ce50b https://github.com/NixOS/nixpkgs/commit/a1d44a6b79ffc4078eac3a3e88cd4bee8d8ce50b Author: Cole Mickens Date: 2016-05-09 (Mon, 09 May 2016)

[Nix-commits] [NixOS/nixpkgs] 1066ba: moreutils: add meta.platforms (= all)

2016-05-09 Thread Bjørn Forsman
Branch: refs/heads/release-15.09 Home: https://github.com/NixOS/nixpkgs Commit: 1066ba6f2a97374e02435f154e0847aef8b6fc5d https://github.com/NixOS/nixpkgs/commit/1066ba6f2a97374e02435f154e0847aef8b6fc5d Author: Bjørn Forsman Date: 2016-05-09 (Mon, 09

[Nix-commits] [NixOS/nixpkgs] 1c1efa: moreutils: add meta.platforms (= all)

2016-05-09 Thread Bjørn Forsman
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: 1c1efaad6e21e799c0217d1c0df21d01fb7b4e86 https://github.com/NixOS/nixpkgs/commit/1c1efaad6e21e799c0217d1c0df21d01fb7b4e86 Author: Bjørn Forsman Date: 2016-05-09 (Mon, 09

[Nix-commits] [NixOS/nixpkgs] 977cd5: moreutils: add meta.platforms (= all)

2016-05-09 Thread Bjørn Forsman
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 977cd5de36aa59a24685a730c332a422a62bfa39 https://github.com/NixOS/nixpkgs/commit/977cd5de36aa59a24685a730c332a422a62bfa39 Author: Bjørn Forsman Date: 2016-05-09 (Mon, 09 May

Re: [Nix-dev] Source URL breakage – please can we improve the determinism

2016-05-09 Thread Bjørn Forsman
On 9 May 2016 at 20:21, Eelco Dolstra wrote: > * The mirroring script only copies tarballs of packages in the Nixpkgs Hydra > jobset. Since moreutils is not part of the jobset, it's not mirrored. This can > be fixed by adding a meta.platforms attribute to

Re: [Nix-dev] Source URL breakage – please can we improve the determinism

2016-05-09 Thread Eelco Dolstra
Hi, On 08/05/16 02:19, J. R. Haigh wrote: > Dear Nix project leaders, I don't find NixOS to be very deterministic at all, > and it's nearly always for the same reason: source files on random servers > scattered across the Internet going walkabouts. We have a content-addressed tarball mirror at

[Nix-commits] [NixOS/nixpkgs] b7e993: zsh-navigation-tools: 2.0.7 -> 2.1.6

2016-05-09 Thread Arseniy Seroka
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b7e99395f4a751e8d7716d81a1817e4027d55599 https://github.com/NixOS/nixpkgs/commit/b7e99395f4a751e8d7716d81a1817e4027d55599 Author: Sebastian Gniazdowski Date: 2016-05-09 (Mon, 09

[Nix-commits] [NixOS/nixpkgs] 40dae1: scalafmt: init at 0.2.3

2016-05-09 Thread Arseniy Seroka
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 40dae1aba83023024dce253504e4d9c0cc6d8c3f https://github.com/NixOS/nixpkgs/commit/40dae1aba83023024dce253504e4d9c0cc6d8c3f Author: Markus Hauck Date: 2016-05-09 (Mon, 09 May 2016)

Re: [Nix-dev] Persistent NixOps keys

2016-05-09 Thread Игорь Пашев
2016-05-09 13:49 GMT+03:00 Tomasz Czyż : > I'm not sure I understand this correctly. Do you want to put keys into the > initrd? No, I keep them under /root/keys. The save service polls /run/keys for updates. ___ nix-dev mailing

[Nix-commits] [NixOS/nixpkgs] 7efca5: Update EC2 AMIs to 16.03.659.011ea84

2016-05-09 Thread Eelco Dolstra
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: 7efca53da45470779fdb2acf774e073f4cc06e9a https://github.com/NixOS/nixpkgs/commit/7efca53da45470779fdb2acf774e073f4cc06e9a Author: Eelco Dolstra Date: 2016-05-09 (Mon,

[Nix-commits] [NixOS/nixpkgs] 4f4ba0: copy-tarballs.pl: Add --exclude flag

2016-05-09 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 4f4ba0d3f44681085aee84977f333be2cedf7c80 https://github.com/NixOS/nixpkgs/commit/4f4ba0d3f44681085aee84977f333be2cedf7c80 Author: Eelco Dolstra Date: 2016-05-09 (Mon, 09 May

[Nix-commits] [NixOS/nixpkgs] e9b55a: mitmproxy: change source url

2016-05-09 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e9b55a03d3951bc6d10206f5333757edf9cd161a https://github.com/NixOS/nixpkgs/commit/e9b55a03d3951bc6d10206f5333757edf9cd161a Author: Cole Mickens Date: 2016-05-09 (Mon, 09 May 2016)

[Nix-commits] [NixOS/nixpkgs] ce0946: Pweave: init at 0.25

2016-05-09 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ce09466fe5729117c54d60c0c6017ea815ee6401 https://github.com/NixOS/nixpkgs/commit/ce09466fe5729117c54d60c0c6017ea815ee6401 Author: Bojan Nikolic Date: 2016-05-04 (Wed, 04 May 2016)

[Nix-commits] [NixOS/nixpkgs] bfa0c1: pythonpackages.parsedatetime: 1.4 -> 1.5

2016-05-09 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bfa0c15b1e7f02e90aab59bb2d6d77b7c90479ed https://github.com/NixOS/nixpkgs/commit/bfa0c15b1e7f02e90aab59bb2d6d77b7c90479ed Author: Rahul Gopinath Date: 2016-05-09 (Mon, 09 May 2016)

[Nix-commits] [NixOS/nixpkgs] 3beda4: Python: re-enable default testing

2016-05-09 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 3beda443bc1571ef1d73afe0b3a5463f89299c53 https://github.com/NixOS/nixpkgs/commit/3beda443bc1571ef1d73afe0b3a5463f89299c53 Author: Frederik Rietdijk Date: 2016-05-09 (Mon, 09 May 2016)

[Nix-commits] [NixOS/nixpkgs] 099c59: qt55.qmakeHook: fix error when package builds no l...

2016-05-09 Thread Thomas Tuegel
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 099c59ea4e4f6944bdff6b12fefd2b441340a288 https://github.com/NixOS/nixpkgs/commit/099c59ea4e4f6944bdff6b12fefd2b441340a288 Author: Thomas Tuegel Date: 2016-05-09 (Mon, 09 May 2016)

[Nix-commits] [NixOS/nixpkgs] cf63f2: dropbox: use makeQtWrapper

2016-05-09 Thread Thomas Tuegel
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: cf63f2dde924dd4cdf95e92841296af539a5fcce https://github.com/NixOS/nixpkgs/commit/cf63f2dde924dd4cdf95e92841296af539a5fcce Author: Thomas Tuegel Date: 2016-05-09 (Mon, 09 May 2016)

[Nix-commits] [NixOS/nixpkgs] ed2fc0: signon: remove obsolete alias

2016-05-09 Thread Thomas Tuegel
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: ed2fc081e08b3e62a70a34167169fe78f3ab0253 https://github.com/NixOS/nixpkgs/commit/ed2fc081e08b3e62a70a34167169fe78f3ab0253 Author: Thomas Tuegel Date: 2016-05-09 (Mon, 09 May 2016)

[Nix-commits] [NixOS/nixpkgs] 7eb8e9: qjackctl: 4.0 -> 4.2, qt4 -> qt5

2016-05-09 Thread goibhniu
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7eb8e98500b64bffb14736e5a1870f68dc9d3de6 https://github.com/NixOS/nixpkgs/commit/7eb8e98500b64bffb14736e5a1870f68dc9d3de6 Author: Joel Moberg Date: 2016-05-05 (Thu, 05 May 2016)

[Nix-commits] [NixOS/nixpkgs] 52477b: kernelPatches.grsecurity_4_5: 201605060852 -> 2016...

2016-05-09 Thread Joachim Fasting
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 52477b0a0b49fc6253872fcdbffa9e40c17fa235 https://github.com/NixOS/nixpkgs/commit/52477b0a0b49fc6253872fcdbffa9e40c17fa235 Author: Joachim Fasting Date: 2016-05-09 (Mon, 09 May 2016)

Re: [Nix-dev] confused using the ? operator with non literal operators

2016-05-09 Thread Samuel
Oh, I see. So foo ? quux evaluates to foo ? "quux". Seems a bit confusing, but everything is clear now :) Thanks On 9 May 2016 at 15:52, Guillaume Maudoux (Layus) wrote: > You are missing the only command that could enlighten you : > >> foo ? bar > true > > The second

[Nix-commits] [NixOS/nixpkgs] 3853d1: pythonPackages.nbconvert: 4.1.0 -> 4.2.0

2016-05-09 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 3853d1e97fa1dde244d73cb5d6c48d110660412d https://github.com/NixOS/nixpkgs/commit/3853d1e97fa1dde244d73cb5d6c48d110660412d Author: Frederik Rietdijk Date: 2016-05-09 (Mon, 09 May 2016)

[Nix-commits] [NixOS/hydra] 4392d3: Enable declarative projects.

2016-05-09 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/hydra Commit: 4392d3e21db42f02a70c56db9a227e6a56c9e1df https://github.com/NixOS/hydra/commit/4392d3e21db42f02a70c56db9a227e6a56c9e1df Author: Shea Levy Date: 2016-05-09 (Mon, 09 May 2016) Changed

[Nix-commits] [NixOS/nixpkgs] 9e6a72: pythonPackages.decorator: 4.0.6 -> 4.0.9

2016-05-09 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9e6a72656d4a38eb7d33b2e93cd8ae17fb33a99d https://github.com/NixOS/nixpkgs/commit/9e6a72656d4a38eb7d33b2e93cd8ae17fb33a99d Author: zimbatm Date: 2016-05-05 (Thu, 05 May 2016)

[Nix-commits] [NixOS/nixpkgs] 76aa0b: snabb: build in parallel

2016-05-09 Thread Domen Kožar
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 76aa0ba6644ab71fa1a17efa22e718009420ccf2 https://github.com/NixOS/nixpkgs/commit/76aa0ba6644ab71fa1a17efa22e718009420ccf2 Author: Domen Kožar Date: 2016-05-09 (Mon, 09 May 2016) Changed

[Nix-commits] [NixOS/nixpkgs] 548108: perlPackages.DataUniqid: init at 0.12

2016-05-09 Thread Robin Bate Boerop
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 548108f8b55f621a50bc065b730e7568e9726e7d https://github.com/NixOS/nixpkgs/commit/548108f8b55f621a50bc065b730e7568e9726e7d Author: Robin Bate Boerop Date: 2016-05-09 (Mon, 09 May 2016)

Re: [Nix-dev] confused using the ? operator with non literal operators

2016-05-09 Thread Guillaume Maudoux (Layus)
You are missing the only command that could enlighten you : > foo ? bar true The second operant is taken as a string literal, that's why you need to evaluate variables there. The following also works : > foo ? ${quux} true -- Layus. Le 09/05/16 à 15:25, Samuel a écrit : > Am I holding some

[Nix-commits] [NixOS/nixpkgs] 303e97: Python: allow installing wheels

2016-05-09 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 303e9762451cb347e125197759bd7604a8e319a3 https://github.com/NixOS/nixpkgs/commit/303e9762451cb347e125197759bd7604a8e319a3 Author: Frederik Rietdijk Date: 2016-05-09 (Mon, 09 May 2016)

[Nix-commits] [NixOS/nixpkgs] 0435ac: texlive.combine: patch paths into texmf.cnf

2016-05-09 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0435ac88948e53b90b6dad583364a8d040473dd6 https://github.com/NixOS/nixpkgs/commit/0435ac88948e53b90b6dad583364a8d040473dd6 Author: Nikolay Amiantov Date: 2016-04-14 (Thu, 14 Apr 2016)

[Nix-commits] [NixOS/nixpkgs] 02d01d: firefox: 46.0 -> 46.0.1

2016-05-09 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 02d01dc7c5b5e30bd4a0c39fbe598f3c5c4b85ae https://github.com/NixOS/nixpkgs/commit/02d01dc7c5b5e30bd4a0c39fbe598f3c5c4b85ae Author: Eelco Dolstra Date: 2016-05-09 (Mon, 09 May

[Nix-dev] confused using the ? operator with non literal operators

2016-05-09 Thread Samuel
Am I holding some false assumption here? It seems the ? operator has different behaviour depending on how the right hand side is evaluated: nix-repl> foo = { bar = "baz"; } nix-repl> quux = "bar" nix-repl> foo ? "bar" true nix-repl> foo ? quux false nix-repl> foo ? "${quux}" true nix-repl>

[Nix-commits] [NixOS/nixpkgs] 3e7c60: flacon: init at 2.0.1

2016-05-09 Thread Robin Gloster
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 3e7c601e4aa5c4990e1557122717cc97ae2a7fce https://github.com/NixOS/nixpkgs/commit/3e7c601e4aa5c4990e1557122717cc97ae2a7fce Author: = Date: 2016-05-09 (Mon, 09 May 2016) Changed

[Nix-commits] [NixOS/nixpkgs] e8d965: john: Clean up and Update to v1.8.0-jumbo-1.

2016-05-09 Thread aszlig
Branch: refs/heads/release-15.09 Home: https://github.com/NixOS/nixpkgs Commit: e8d96539d8486e6d42e33db01441705e46b016b2 https://github.com/NixOS/nixpkgs/commit/e8d96539d8486e6d42e33db01441705e46b016b2 Author: aszlig Date: 2016-05-09 (Mon, 09 May

[Nix-commits] [NixOS/nixpkgs] 6ff886: arduino: 1.0.6 -> 1.6.6

2016-05-09 Thread Robin Gloster
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 6ff886e539fb2b2017ad3866f068db9368a038d5 https://github.com/NixOS/nixpkgs/commit/6ff886e539fb2b2017ad3866f068db9368a038d5 Author: Kjetil Orbekk Date: 2016-05-08 (Sun, 08 May

[Nix-commits] [NixOS/nixpkgs] 7c406f: borgbackup: 0.30.0 -> 1.0.0

2016-05-09 Thread Tobias Geerinckx-Rice
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: 7c406f347f09ec3cab5faf8630e42b47fad693bd https://github.com/NixOS/nixpkgs/commit/7c406f347f09ec3cab5faf8630e42b47fad693bd Author: Tobias Geerinckx-Rice Date:

[Nix-commits] [NixOS/nixpkgs] 35fe86: hexchat: 2.10.2 -> 2.12.1

2016-05-09 Thread Robin Gloster
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 35fe868c29ce33d1383a9f2066727c9eafac7fbc https://github.com/NixOS/nixpkgs/commit/35fe868c29ce33d1383a9f2066727c9eafac7fbc Author: José Romildo Malaquias Date: 2016-05-09 (Mon, 09 May

[Nix-commits] [NixOS/nixpkgs] b1ffcd: Adding libuuid (libblkid) to lvm2.

2016-05-09 Thread Lluís Batlle i Rossell
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: b1ffcd19d1e3b8eae782439ea4ad2fb059bfeef2 https://github.com/NixOS/nixpkgs/commit/b1ffcd19d1e3b8eae782439ea4ad2fb059bfeef2 Author: Lluís Batlle i Rossell Date: 2016-05-09 (Mon, 09

[Nix-commits] [NixOS/nixpkgs] 165781: Fixing nfsd service, wait on local-fs.

2016-05-09 Thread Lluís Batlle i Rossell
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: 165781b5298a031f127b8447f829c1f5be27bc93 https://github.com/NixOS/nixpkgs/commit/165781b5298a031f127b8447f829c1f5be27bc93 Author: Lluís Batlle i Rossell Date: 2016-05-09 (Mon, 09

[Nix-commits] [NixOS/nixpkgs] cf4fe3: pythonPackages.cx_Freeze: init at 4.3.4

2016-05-09 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: cf4fe35364f3c51b5fd260c816825496ed9ccf7d https://github.com/NixOS/nixpkgs/commit/cf4fe35364f3c51b5fd260c816825496ed9ccf7d Author: Ricardo Ardissone Date: 2016-05-09 (Mon, 09

[Nix-commits] [NixOS/nixpkgs] 2aeb55: yubikey-personalization: fixes udev rules

2016-05-09 Thread Moritz Ulrich
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 2aeb5598e38353ba7c4a5bc2e10c0f7e3ddcebd4 https://github.com/NixOS/nixpkgs/commit/2aeb5598e38353ba7c4a5bc2e10c0f7e3ddcebd4 Author: zimbatm Date: 2016-05-09 (Mon, 09 May 2016)

[Nix-commits] [NixOS/nixpkgs] 303e97: Python: allow installing wheels

2016-05-09 Thread Frederik Rietdijk
Branch: refs/heads/python-wip Home: https://github.com/NixOS/nixpkgs Commit: 303e9762451cb347e125197759bd7604a8e319a3 https://github.com/NixOS/nixpkgs/commit/303e9762451cb347e125197759bd7604a8e319a3 Author: Frederik Rietdijk Date: 2016-05-09 (Mon, 09 May 2016)

Re: [Nix-dev] Persistent NixOps keys

2016-05-09 Thread Tomasz Czyż
I'm not sure I understand this correctly. Do you want to put keys into the initrd? 2016-05-08 20:54 GMT+01:00 Игорь Пашев : > Simple way to keep the keys on reboot. > /run/keys is mounted somewhere in initrd, > thus just a couple of services > (I was thinking about on-disk

[Nix-commits] [NixOS/nixpkgs] 507061: Python: allow installing wheels

2016-05-09 Thread Frederik Rietdijk
Branch: refs/heads/python-wip Home: https://github.com/NixOS/nixpkgs Commit: 507061664bc5c3d0445612aafbc75f9025957e07 https://github.com/NixOS/nixpkgs/commit/507061664bc5c3d0445612aafbc75f9025957e07 Author: Frederik Rietdijk Date: 2016-05-06 (Fri, 06 May 2016)

[Nix-commits] [NixOS/nixpkgs] ff6e19: liberal-crime-squad: 2016-03-03 -> 2016-05-08 (#15...

2016-05-09 Thread rardiol
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ff6e194fc73ac7e9689c23b988f291f258113cd7 https://github.com/NixOS/nixpkgs/commit/ff6e194fc73ac7e9689c23b988f291f258113cd7 Author: rardiol Date: 2016-05-09 (Mon, 09 May 2016)

[Nix-commits] [NixOS/nixpkgs] 525cf6: org-packages 2016-05-07

2016-05-09 Thread Thomas Tuegel
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 525cf616f4da8dfbd305cb0c4c01cc091c230ee2 https://github.com/NixOS/nixpkgs/commit/525cf616f4da8dfbd305cb0c4c01cc091c230ee2 Author: Michael Alan Dorman Date: 2016-05-08 (Sun, 08

[Nix-dev] Gawk is not installing - it complains about "more: command not found" on test phase

2016-05-09 Thread Anderson Torres
Hello, Nixers! I have updated nix channels yesterday, but I can't install anything on them. Below is a pastebin of output when I run the comand "nixos-rebuild boot": http://pastebin.com/ixG4vGHf Thanks in advance! ___ nix-dev mailing list

[Nix-commits] [NixOS/nixpkgs] 840d87: pytestdjango: init at 2.9.1

2016-05-09 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 840d878ec203a50f76a4117450d88f078d9d8418 https://github.com/NixOS/nixpkgs/commit/840d878ec203a50f76a4117450d88f078d9d8418 Author: Eduardo Gomez Date: 2016-04-13 (Wed, 13 Apr

[Nix-commits] [NixOS/nixpkgs] 9b53d5: tivodecode: init at 0.2pre4

2016-05-09 Thread Arseniy Seroka
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9b53d546e2448800cff2a30b756c4d1dbc08ed83 https://github.com/NixOS/nixpkgs/commit/9b53d546e2448800cff2a30b756c4d1dbc08ed83 Author: Matt McHenry Date: 2016-05-08 (Sun, 08 May