Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-07 | nix log: Add examples | Eelco Dolstra | 1 | -1/+19 | |
2017-09-06 | nix build: Create result symlinks | Eelco Dolstra | 1 | -12/+14 | |
2017-08-29 | nix edit / log: Operate on a single Installable | Eelco Dolstra | 1 | -12/+14 | |
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 1 | -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 Dolstra | 1 | -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 around | Eelco Dolstra | 1 | -2/+1 | |
2017-04-25 | Restructure installables handling in the "nix" command | Eelco Dolstra | 1 | -22/+13 | |
2017-03-15 | Add a "nix log" command | Eelco Dolstra | 1 | -0/+57 | |
This replaces "nix-store --read-log". It checks the local store and any configured substituters for the requested logs. |