[Nix-commits] [NixOS/nixpkgs] ae67f0: phpfpm: eliminate build at evaluation time

2017-02-26 Thread Fabian Schmitthenner
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ae67f060f28028c31b091460167bb598bd8d3e6d https://github.com/NixOS/nixpkgs/commit/ae67f060f28028c31b091460167bb598bd8d3e6d Author: Fabian Schmitthenner <github.fab...@schmitthenner.eu> Date: 2017

[Nix-commits] [NixOS/nixpkgs] b91fc3: fix typo (#17621)

2016-08-09 Thread Fabian Schmitthenner
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b91fc3f8d065cde3501d9dff7590bce57fe6678a https://github.com/NixOS/nixpkgs/commit/b91fc3f8d065cde3501d9dff7590bce57fe6678a Author: Fabian Schmitthenner <github.fab...@schmitthenner.eu> Date: 2016

Re: [Nix-dev] Compare strings in filterAttrs

2016-03-24 Thread Fabian Schmitthenner
hm, <= should work, too On 03/24/2016 02:57 PM, 4levels wrote: > Oh my, Vladimir, that just did the trick! I tried <= before but that > fails. > > Thanks a million! > > Erik > > On Thu, Mar 24, 2016 at 3:31 PM Vladimír Čunát > wrote: > > On

Re: [Nix-dev] NEWBYE question: why clang-3.7 ships cpp?

2016-03-24 Thread Fabian Schmitthenner
On 03/24/2016 04:00 PM, Christophe Trophime wrote: > - Original Message - >> From: "Vladimír Čunát" >> To: "Christophe Trophime" >> Cc: nix-dev@lists.science.uu.nl >> Sent: Wednesday, March 23, 2016 10:56:12 AM >> Subject: Re:

Re: [Nix-dev] Displaying package parameters

2016-03-21 Thread Fabian Schmitthenner
ted to ask, is this package search enhanced with showing package > parameters planned to be added to the standard command line Nix query > tools? Or if it's already available and I haven't found it. > > On 9/03/2016 2:46 AM, Fabian Schmitthenner wrote: >> I've added a few features: &g

Re: [Nix-dev] Displaying package parameters

2016-03-21 Thread Fabian Schmitthenner
ted to ask, is this package search enhanced with showing package > parameters planned to be added to the standard command line Nix query > tools? Or if it's already available and I haven't found it. > > On 9/03/2016 2:46 AM, Fabian Schmitthenner wrote: >> I've added a few features: &g

Re: [Nix-dev] Escape ${ in multiline string

2016-03-19 Thread Fabian Schmitthenner
You have to escape ${ with '' (so it gets ''${) (as written in the nix manual) On 12/29/2015 12:05 PM, 4levels wrote: > Hi Nix Devs, > > I'm currently struggling to create a bash script within a nix > multiline string, terminted by double single quotes. > > In the bash script, I need to put ${}

Re: [Nix-dev] Nix expressions for packages with complex acquisition procedures

2016-03-13 Thread Fabian Schmitthenner
You can use the requireFile function, that displays a message how to download the file manually and use nix-prefetch-url or nix-store --add-fixed to add it to the nix store. See oraclejdk for an example of its usage (e. g. nix-build -A oraclejdk '') On 03/13/2016 05:11 PM, Thomas Levine wrote: >

Re: [Nix-dev] Displaying package parameters

2016-03-11 Thread Fabian Schmitthenner
/nixos-homepage/pull/78. Feel free to comment either on the list or on github. Have a great day! Fabian On 02/29/2016 03:59 AM, Fabian Schmitthenner wrote: > Hi! > > I just wanted to share that I tried displaying package parameters on the > nixos homepage and the current result can

Re: [Nix-dev] Displaying package parameters

2016-03-08 Thread Fabian Schmitthenner
/nixos-homepage/pull/78. Feel free to comment either on the list or on github. Have a great day! Fabian On 02/29/2016 03:59 AM, Fabian Schmitthenner wrote: > Hi! > > I just wanted to share that I tried displaying package parameters on the > nixos homepage and the current result can

Re: [Nix-dev] Fwd: Re: Displaying package parameters

2016-03-05 Thread Fabian Schmitthenner
On 03/05/2016 07:13 PM, jeaye wrote: > On Mon, Feb 29, 2016 at 11:24:32AM +0100, Jonn Mostovoy wrote: >> Wow, very nice! >> Maybe people reporting that it doesn't work weren't patient enough to wait >> for it to load the entirety of packages ;) > If I load the page, wait 5 minutes (should be

Re: [Nix-dev] Tool: Better code search on NixOS/*

2016-03-04 Thread Fabian Schmitthenner
On 03/04/2016 07:25 AM, Vladimír Čunát wrote: > On 03/04/2016 04:00 AM, Graham Christensen wrote: >> I frequently try to find where a particular package is declared, or >> patches, or other slightly more complicated search queries than GitHub >> will support. great, especially when surfing on

[Nix-dev] Fwd: Re: Displaying package parameters

2016-02-29 Thread Fabian Schmitthenner
Forwarded Message Subject: Re: [Nix-dev] Displaying package parameters Date: Mon, 29 Feb 2016 04:25:43 + From: Fabian Schmitthenner <nix-...@schmitthenner.eu> To: roger@matrix.ai huh? what's the problem? To be clear, when clicking on a package, some para

[Nix-dev] Fwd: Re: Displaying package parameters

2016-02-28 Thread Fabian Schmitthenner
e callPackage wasn't used in the normal way. Also, currently packages that don't succeed are currently shown and the error is displayed in the long description. On 02/29/2016 04:14 AM, Roger Qiu wrote: > Demo doesn't seem to be working atm. > > On 29/02/2016 2:59 PM, Fabian Schmitthenn

[Nix-dev] Displaying package parameters

2016-02-28 Thread Fabian Schmitthenner
Hi! I just wanted to share that I tried displaying package parameters on the nixos homepage and the current result can be seen here: http://schmitthenner.eu/nixos-homepage/nixos/packages.html. When you click on a package, you hopefully see its parameter. This uses a heruristic to try to figure

Re: [Nix-dev] nix-shell with system pkgs

2016-02-01 Thread Fabian Schmitthenner
Hi Yacine, On 01/25/2016 11:15 PM, Yacine Hmito wrote: > Hi, > > Bear with me a minute, because I need to introduce a setup in order > to make sense to my following questions. > > Say I packaged a piece of software and the derivation is written in a > mypkg.nix file. > I want to use the

Re: [Nix-dev] Best way to store strong passwords in nix configuration file

2016-01-13 Thread Fabian Schmitthenner
Hi Erik, besides " and \ also ${ needs to be escaped as written in the manual (https://nixos.org/nix/manual/ Section 15.1). Fabian On 01/12/2016 03:48 PM, 4levels wrote: > Hi Nix Devs, > > I'm really struggling to get strong passwords correctly parsed in my nix > configuration files. I keep