>> Hm, sorry, piled too much into one line >> >> nix-store -r $(nix-instanctiate /etc/nixos/nixos -A system) > >For me that just prints the path to the system derivation - does that >mean that everything is instantiated?
Ah, that's what I missed. nix-store -qR $(nix-instantiate /etc/nixos/nixos -A system) | xargs nix-store -r I just use nix-reduce build and so I sometimes forget what Nix commands are actually used. _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
