Hi, On Wed, Aug 20, 2014 at 1:57 AM, Richard Wallace < [email protected]> wrote:
> Hello all, > > I'm experimenting with nixops and so far am not having any luck. I've got > nix installed on my Arch Linux machine and created trivial.nix and > trivial-vbox.nix. > > $ nix-shell --pure -p nixops > > [nix-shell:~/Development/test/nix]$ nixops create ./trivial.nix > ./trivial-vbox.nix -d trivial > created deployment ‘d397269c-27fb-11e4-96b7-d1c68637124d’ > d397269c-27fb-11e4-96b7-d1c68637124d > > [nix-shell:~/Development/test/nix]$ nixops info -d > d397269c-27fb-11e4-96b7-d1c68637124d > error: [Errno 2] No such file or directory > > Any idea what file or directory it is referring to? > Can you check the output of 'nixops info' and make sure the nix expressions exist in those paths? Otherwise adding --debug might give you more information. Cheers, Rob
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
