Hi, Nikita Karetnikov <[email protected]> skribis:
>>> Also, how should I use it? It's in the >>> 'remotes/origin/nix-integration' branch and I have to work in the >>> 'master' branch. > >> Yeah, I hope to merge that branch soon. Done. :-) > You misunderstood my question. I wanted to know how to use it instead > of 'nix-worker --daemon'. Is it possible? Now there’s a ‘guix-daemon’ binary that gets built. Unlike ‘nix-daemon’, it does not check for nix.conf, and expects options to be passed on the command-line. >> Did you run ‘./bootstrap’ or ‘./nix/sync-with-upstream’? > > Yes, I did. > > # git checkout remotes/origin/nix-integration > > # autoreconf -vfi You must run ‘./bootstrap’ before anything else. It will take care of running autoreconf. > # cd nix > # ./sync-with-upstream > ./sync-with-upstream: line 62: cd: ../nix-upstream/src: No such file > or directory This is a sign that ‘nix-upstream’ did not get populated by ‘./bootstrap’ (which just does ‘git submodule update’.) Thanks, Ludo’.
