about summary refs log tree commit diff
path: root/src/nix/log.cc
AgeCommit message (Collapse)AuthorFilesLines
2017-09-07 nix log: Add examplesEelco Dolstra1-1/+19
2017-09-06 nix build: Create result symlinksEelco Dolstra1-12/+14
2017-08-29 nix edit / log: Operate on a single InstallableEelco Dolstra1-12/+14
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-1/+1
Relevant RFC: NixOS/rfcs#4 $ ag -l | xargs sed -i -e "/\"/s/’/'/g;/\"/s/‘/'/g"
2017-07-14 Avoid a call to derivationFromPath()Eelco Dolstra1-1/+2
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 aroundEelco Dolstra1-2/+1
2017-04-25 Restructure installables handling in the "nix" commandEelco Dolstra1-22/+13
2017-03-15 Add a "nix log" commandEelco Dolstra1-0/+57
This replaces "nix-store --read-log". It checks the local store and any configured substituters for the requested logs.