Hi, On 06/03/13 17:44, Vladimír Čunát wrote:
> On 03/06/2013 05:16 PM, [email protected] wrote: >> It seems this commit has broken the NixOS installer tests: >> http://hydra.nixos.org/build/4266474 for example fails with "error: >> creating directory `/nix/store/.links': Read-only file system" > > That's strange. /nix/store is expected to to be read-only, why try to create > /nix/store/.links? To me it seems the bug is somewhere else, or this might be > the reason Eelco wrote the line :-) Well, Nix makes /nix/store writable (using a private mount namespace), otherwise it wouldn't be able to do anything. So creating that directory *should* work... -- Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/ _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
