Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-15 | Fix Darwin build | Eelco Dolstra | 1 | -0/+1 | |
http://hydra.nixos.org/build/33279996 | |||||
2016-03-14 | Fix build on clang due to -Wmismatched-tags | Eelco Dolstra | 1 | -1/+2 | |
http://hydra.nixos.org/build/33073389 | |||||
2016-03-04 | Add warning about "nix" being experimental | Eelco Dolstra | 1 | -0/+1 | |
2016-02-25 | nix: Add commands to query contents of NARs / binary caches | Eelco Dolstra | 2 | -0/+197 | |
For example, $ NIX_REMOTE=file:///my-cache nix ls-store -lR /nix/store/f4kbgl8shhyy76rkk3nbxr0lz8d2ip7q-binutils-2.23.1 dr-xr-xr-x 0 ./bin -r-xr-xr-x 30748 ./bin/addr2line -r-xr-xr-x 66973 ./bin/ar ... Similarly, "nix ls-nar" lists the contents of a NAR file, "nix cat-nar" extracts a file from a NAR file, and "nix cat-store" extract a file from a Nix store. | |||||
2016-02-25 | Fix build | Eelco Dolstra | 3 | -6/+6 | |
2016-02-16 | Fix to-base16 description | Tristan Hume | 1 | -1/+1 | |
2016-02-09 | Add basic "nix build" command | Eelco Dolstra | 3 | -0/+159 | |
Currently only builds by attribute from <nixpkgs> or the specified file, e.g. "nix build hello". | |||||
2016-02-09 | Start of new Nix command-line interface | Eelco Dolstra | 7 | -0/+357 | |
2003-11-18 | * nix -> nix-store, fix -> nix-instantiate. | Eelco Dolstra | 5 | -506/+0 | |
2003-11-18 | * "Nix expression" -> "store expression". | Eelco Dolstra | 4 | -16/+16 | |
* More refactoring. | |||||
2003-11-18 | * libnix -> libstore. | Eelco Dolstra | 1 | -2/+2 | |
2003-11-18 | * Source tree refactoring. | Eelco Dolstra | 1 | -3/+3 | |
2003-10-20 | * Finished refactoring the tree. | Eelco Dolstra | 1 | -0/+27 | |
2003-10-20 | * Refactored the source tree. | Eelco Dolstra | 4 | -0/+479 | |