Re: [Nix-dev] Building upstream nixops (to include in another project) fails

2016-06-29 Thread Maarten Hoogendoorn
2016-06-29 16:06 GMT+02:00 Maarten Hoogendoorn : > Yes, I looked at the ./dev-shell.sh file on which attribute I should > depend on. > > I want to have a nix-shell with both a custom version of nixops, and some > other packages. > > My other approach does not work either, but

Re: [Nix-dev] Building upstream nixops (to include in another project) fails

2016-06-29 Thread Domen Kožar
You have build nixops using release.nix, which populates the _version_ string On Wed, Jun 29, 2016 at 1:45 PM, Maarten Hoogendoorn wrote: > Hi all, > > I'm trying to build a newer version of nixops than that is present in > nixpkgs. In need this newer version, since I

[Nix-dev] Building upstream nixops (to include in another project) fails

2016-06-29 Thread Maarten Hoogendoorn
Hi all, I'm trying to build a newer version of nixops than that is present in nixpkgs. In need this newer version, since I require this patch [1]. Building nixops with the following expression: with (import ) {}; with pkgs; callPackage (import ) rec { version = "1.04pre0_0xz1nz3"; src =