Re: [Nix-dev] Using ssh-substituter

2015-10-16 Thread Vladimír Čunát
On 10/16/2015 04:36 PM, Joel Moberg wrote: > You have a typo in the second option. I assume you run it only with the > typo? (Note that passing wrong option names causes no error or warning.) > > Thanks! :) Yes this typo was the fault You are welcome :-) I believe the bottom line for nix

Re: [Nix-dev] Using ssh-substituter

2015-10-16 Thread Vladimír Čunát
Hi. On 10/16/2015 03:03 PM, Joel Moberg wrote: > At another host I used this command `nix-env -f > ~/Documents/simple-deriv.nix -i --option use-ssh-substituter true > --option ssh-substituer-hosts joelmo@192.168.1.78` You have a typo in the second option. I assume you run it only with the typo? (

[Nix-dev] Using ssh-substituter

2015-10-16 Thread Joel Moberg
I am trying to use the ssh-substituter option availible in nix but not gotten it to work. Maybe I am missing something, I made a simple test with this derivation: { pkgs ? (import { }) }: pkgs.stdenv.mkDerivation { name = "ssh-substitute-test"; phases = [ "buildPhase" ]; buildPhase = ''