[Nix-commits] [NixOS/nixpkgs] 125fff: kernel: 4.6.2 -> 4.6.3

2016-06-24 Thread Tim Steinbach
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 125089b6bd360c82cf986d8cc9b17fc2e8ac https://github.com/NixOS/nixpkgs/commit/125089b6bd360c82cf986d8cc9b17fc2e8ac Author: Tim Steinbach Date: 2016-06-24 (Fri, 24 Jun 2016)

Re: [Nix-dev] Haskell workflow - ghc not in PATH - recommended way / documentation?

2016-06-24 Thread Marc Weber
> nix-shell -A env my fault - sry. In the past I used sourceAndTags to get sources tagged (using hasktags) so that I was able to jump to source using Vim's :tjump command (and search names) fast. Is this workflow "outdated" eg because hoogle can do it or should I try integrating it into

[Nix-commits] [NixOS/nixpkgs] d3da5c: htslib: init at 1.3.1

2016-06-24 Thread Joachim Fasting
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d3da5cbf449948e5b058cac5b19510c7c0955a55 https://github.com/NixOS/nixpkgs/commit/d3da5cbf449948e5b058cac5b19510c7c0955a55 Author: mimadrid Date: 2016-06-24 (Fri, 24 Jun 2016) Changed

[Nix-commits] [NixOS/nixpkgs] 616f84: matplotlib: Don't search in global paths

2016-06-24 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 616f84689437b06d78fadd82e3b3ccf01e9ec7f7 https://github.com/NixOS/nixpkgs/commit/616f84689437b06d78fadd82e3b3ccf01e9ec7f7 Author: Andreas Herrmann Date: 2016-06-24 (Fri, 24 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] de0264: attic: unbreak "attic mount" by using old llfuse 0...

2016-06-24 Thread Bjørn Forsman
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: de0264ce1758245a19a56c06c088a9da42fc99e2 https://github.com/NixOS/nixpkgs/commit/de0264ce1758245a19a56c06c088a9da42fc99e2 Author: Bjørn Forsman Date: 2016-06-24 (Fri, 24 Jun

[Nix-commits] [NixOS/nixpkgs] fcd092: nixos-install: fix SSL certificate error

2016-06-24 Thread Nikolay Amiantov
Branch: refs/heads/release-16.03 Home: https://github.com/NixOS/nixpkgs Commit: fcd09235647cb18381be4147460036324bc056cb https://github.com/NixOS/nixpkgs/commit/fcd09235647cb18381be4147460036324bc056cb Author: Nikolay Amiantov Date: 2016-06-24 (Fri, 24 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 786a10: pythonPackages.nipy: init at 0.4.0

2016-06-24 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 786a10c9b6b0af4964534004ef9053103282c7da https://github.com/NixOS/nixpkgs/commit/786a10c9b6b0af4964534004ef9053103282c7da Author: Ben Darwin Date: 2016-06-23 (Thu, 23 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] cffec6: ibus: fix #16292

2016-06-24 Thread Thomas Tuegel
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: cffec6292a96862b45a79302b368467b02c1fc11 https://github.com/NixOS/nixpkgs/commit/cffec6292a96862b45a79302b368467b02c1fc11 Author: Silvio Frischknecht Date: 2016-06-21 (Tue, 21 Jun 2016)

Re: [Nix-dev] Nix syntax surprise.

2016-06-24 Thread Kevin Cox
On 24/06/16 05:58, Guillaume Maudoux (Layus) wrote: > Hi, > > Does someone understand why the following nix expression is invalid ? > > |[ let a = 10; in { b = "a = ${a}"; } ] | > > Running |nix-instantiate --eval ./bug.nix --strict| gives |error: syntax > error, unexpected ID, expecting '{',

[Nix-commits] [NixOS/nixpkgs] 01b3e5: clipgrab: 3.6.0 -> 3.6.1

2016-06-24 Thread Tobias Geerinckx-Rice
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 01b3e545750cf69b8708ac67dd406218bd31d2d8 https://github.com/NixOS/nixpkgs/commit/01b3e545750cf69b8708ac67dd406218bd31d2d8 Author: Tobias Geerinckx-Rice Date: 2016-06-24 (Fri, 24 Jun 2016)

[Nix-commits] [NixOS/nixpkgs] 748fcd: eclipse-plugin-checkstyle: 6.16.0 -> 6.19.0

2016-06-24 Thread Robert Helgesson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 748fcd083a755c8139f67cfd5b32ae4a676b1169 https://github.com/NixOS/nixpkgs/commit/748fcd083a755c8139f67cfd5b32ae4a676b1169 Author: Robert Helgesson Date: 2016-06-24 (Fri, 24 Jun 2016)

Re: [Nix-dev] Nix syntax surprise.

2016-06-24 Thread Guillaume Maudoux (Layus)
Yep, that's it. In my original use case however, the issue was several lines above the reported location. Thanks for your fast answer! -- Layus Le 24/06/16 à 12:15, Vladimír Čunát a écrit : > On 06/24/2016 11:58 AM, Guillaume Maudoux (Layus) wrote: >> Does someone understand why the following

Re: [Nix-dev] Nix syntax surprise.

2016-06-24 Thread Vladimír Čunát
On 06/24/2016 11:58 AM, Guillaume Maudoux (Layus) wrote: > Does someone understand why the following nix expression is invalid ? You need to put the let-expression into parentheses. Lists are whitespace-separated, so most nontrivial items have to be parenthesized. --Vladimir smime.p7s

[Nix-dev] Nix syntax surprise.

2016-06-24 Thread Guillaume Maudoux (Layus)
Hi, Does someone understand why the following nix expression is invalid ? |[ let a = 10; in { b = "a = ${a}"; } ] | Running |nix-instantiate --eval ./bug.nix --strict| gives |error: syntax error, unexpected ID, expecting '{', at /home/layus/bug.nix:3:5|. The manual says nothing about this in

Re: [Nix-dev] Overriding a Haskell package can't be that hard...

2016-06-24 Thread Guillaume Maudoux (Layus)
I have written nix examples in increasing order of complexity. They should help you understand what is going on behind the scenes. (see below). As for your snippets, |haskellPackages.override { overrides = self: super: { thrift = self.callPackage /home/cody/sources/thrift/lib/hs {}; }; }; |

Re: [Nix-dev] nix-shell, user-environments and persistent environments - confusion!

2016-06-24 Thread Domen Kožar
This is all about Nix GC roots and .drv files. Read how they work and how to manipulate them and you'll be able to understand also nix-shell. On Thu, Jun 23, 2016 at 9:16 PM, Matthias Beyer wrote: > Hi, > > just want to set a ping on this, maybe someone can help me