[Nix-commits] [NixOS/nixpkgs] e67e18: pythonPackages.mps-youtube 0.2.6 -> 0.2.7.1 (#1865...

2016-10-08 Thread Oliver Dunkl
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e67e18a52b56acb24e391b6d490772d1b7ff9638 https://github.com/NixOS/nixpkgs/commit/e67e18a52b56acb24e391b6d490772d1b7ff9638 Author: Oliver Dunkl <oliver.du...@gmail.com> Date: 2016-10-08 (Sat, 08 Oc

[Nix-dev] Override Sets in an Environment

2015-08-20 Thread Oliver Dunkl
I would like to override a set of Haskell packages in a nix-shell. I tested it in a nix-repl with nix-repl :l nixpkgs nix-repl hpkgs = pkgs.haskell.packages.ghc784 // { aeson = pkgs.haskell.packages.ghc784.callPackage ./aeson-0.8.0.2.nix {}; } nix-repl pkgs.haskell.packages.ghc784.aeson.version

[Nix-dev] NixOS and PXE

2015-05-06 Thread Oliver Dunkl
Hi, i would like to boot my notbook with pxe-boot from a tftp-server. Booting with pxe works but after loading some modules in NixOS Stage 1 i got an error: ... mounting /dev/root on /iso... mount: mounting /dev/root on /mnt-root/iso failed: No such file or directory An error occured in stage