Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-14 | Avoid a call to derivationFromPath() | Eelco Dolstra | |
This doesn't work in read-only mode, ensuring that operations like nix path-info --store https://cache.nixos.org -S nixpkgs.hello (asking for the closure size of nixpkgs.hello in cache.nixos.org) work when nixpkgs.hello doesn't exist in the local store. | |||
2017-04-25 | Move code around | Eelco Dolstra | |
2017-04-25 | Restructure installables handling in the "nix" command | Eelco Dolstra | |
2017-03-15 | Add a "nix log" command | Eelco Dolstra | |
This replaces "nix-store --read-log". It checks the local store and any configured substituters for the requested logs. |