Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-12 | nix log: use pager | Will Dietz | |
2017-09-07 | nix log: Add examples | Eelco Dolstra | |
2017-09-06 | nix build: Create result symlinks | Eelco Dolstra | |
2017-08-29 | nix edit / log: Operate on a single Installable | Eelco Dolstra | |
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | |
Relevant RFC: NixOS/rfcs#4 $ ag -l | xargs sed -i -e "/\"/s/’/'/g;/\"/s/‘/'/g" | |||
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. |