Re: [Nix-dev] Cannot build stdenv-linux-boot on MacOS

2015-02-01 Thread Henry Till
Recently, I haven't had any problems with building and SSH keys when doing nixops deploy to a VM on OS X after using the setup process outlined in my first email to this thread. -Henry On Sun, Feb 1, 2015 at 2:23 AM, Wout Mertens wout.mert...@gmail.com wrote: Note that in order to build

Re: [Nix-dev] Haskell: Using Nix with cabal.config

2015-02-01 Thread Daniel Bergey
I've been doing something similar, to build with specific versions that aren't in Nixpkgs. My current approach is a directory tree with a directory per package, and a .nix file per version, and a nix function that imports a particular package/version from that tree. For each package I maintain,

Re: [Nix-dev] added libpst

2015-02-01 Thread Rok Garbas
Quoting Tomas Hlavaty (2015-01-30 19:04:52) Hi all, would it be possible to add new nixpkg? Patch attached. Thank you, Tomas tnx. https://github.com/NixOS/nixpkgs/commit/461e7dd662a2c9d8222c591522cd6355662e5192 -- Rok Garbas - http://www.garbas.si signature.asc Description:

Re: [Nix-dev] HaskellNG and priority

2015-02-01 Thread Peter Simons
Hi Richard, run nix-env -e haskell-hiberico-ghc7.8.3-1-shared to remove the old version of the package from your profile. Once you've done that, you can install the new expression from haskell-ng into your profile without a collision. Best regards, Peter

Re: [Nix-dev] Check the priority of package in the nix store

2015-02-01 Thread Richard Wallace
On Sun, Feb 1, 2015 at 1:07 AM, Vladimír Čunát vcu...@gmail.com wrote: On 01/31/2015 09:19 PM, Richard Wallace wrote: Is there a way to check the priority of something in the nix-store? Any ideas why the priority is being ignored and/or lost in this process? Am there something wrong in my

Re: [Nix-dev] Check the priority of package in the nix store

2015-02-01 Thread Vladimír Čunát
On 02/01/2015 07:40 PM, Richard Wallace wrote: I guess my best option - unless I'm missing something - is to run `nix-env --set-flag priority 10 old-package-name` on each of my machines. This is a bit of a pain, but at least it's a one time thing. You can copy a whole profile (e.g. the target

Re: [Nix-dev] A few questions about ARM support and NixOS on a Chromebook

2015-02-01 Thread Lluís Batlle i Rossell
I have the bootstrap-tools for armv5tel, they build and the test passes. https://github.com/viric/nixpkgs/tree/make_arm_bootstraptools Now I try to go further building release-14.12 stdenv. On Fri, Jan 30, 2015 at 04:19:49PM +0100, Lluís Batlle i Rossell wrote: I have the busybox.. but that's

[Nix-dev] Bulk-downloading all sources of all packages in use in the system

2015-02-01 Thread Anderson Torres
Hello Nixers! There is some way to do a full bulk load of all source codes of all packages derived on NixOS? The only thing I know is the wiki hint in [1], but it implies to run the program in all installed packages manually one by one. There is some way to do it mor automatically? [1]