about summary refs log tree commit diff
path: root/src/nix (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-14 nix: Show help when no arguments are givenEelco Dolstra2-7/+10
2017-07-04 Fix handling of expression installables with a / in themEelco Dolstra1-4/+4
2017-07-04 Support base-64 hashesEelco Dolstra2-20/+22
2017-06-07 Don't show flags from config settings in "nix --help"Eelco Dolstra3-5/+17
2017-06-07 nix: Add --help-config flagEelco Dolstra1-0/+20
2017-06-07 nix: Make all options available as flagsEelco Dolstra1-0/+2
2017-05-29 Fix build failure on Debian/UbuntuEelco Dolstra1-0/+1
2017-05-16 Improve progress indicatorEelco Dolstra5-65/+211
2017-05-15 nix ls: support '/' for the root directoryBenno Fünfstück1-0/+4
2017-05-10 Replace readline by linenoiseEelco Dolstra2-110/+63
2017-05-08 Add "nix edit" commandEelco Dolstra1-0/+75
2017-05-04 nix dump-path: AddEelco Dolstra3-0/+55
2017-05-03 nix eval: Add a --raw flagEelco Dolstra1-1/+13
2017-05-02 Fix "nix ... --all"Eelco Dolstra2-12/+16
2017-04-28 Check for libreadlineEelco Dolstra2-1/+7
2017-04-25 nix repl: Fix Ctrl-CEelco Dolstra1-0/+10
2017-04-25 Minor cleanupEelco Dolstra1-10/+7
2017-04-25 "using namespace std" considered harmfulEelco Dolstra1-6/+5
2017-04-25 nix repl: Use $XDG_DATA_HOME for the readline historyEelco Dolstra1-3/+4
2017-04-25 Make "nix repl" buildEelco Dolstra2-32/+36
2017-04-25 Merge nix-repl repositoryEelco Dolstra1-0/+719
2017-04-25 Cleanup in preparation of merging nix-repl repo into nix repoEelco Dolstra1-0/+719
2017-04-25 StorePathCommands: Build installablesEelco Dolstra3-20/+13
2017-04-25 Set default installableEelco Dolstra1-1/+7
2017-04-25 Interpret any installable containing a slash as a pathEelco Dolstra1-11/+7
2017-04-25 Make StorePathsCommand a subclass of InstallablesCommandEelco Dolstra2-24/+33
2017-04-25 Move code aroundEelco Dolstra8-80/+68
2017-04-25 Add "nix eval" commandEelco Dolstra1-0/+44
2017-04-25 Restructure installables handling in the "nix" commandEelco Dolstra8-124/+249
2017-04-24 Factor out --jsonEelco Dolstra2-7/+3
2017-04-20 Improve nix show-config --jsonEelco Dolstra1-2/+1
2017-04-13 Add "nix show-config" commandEelco Dolstra1-0/+43
2017-04-13 Convert Settings to the new config systemEelco Dolstra1-1/+0
2017-04-08 Process nix.conf options in "new" nix commands, add test.Will Dietz1-0/+1
2017-03-16 nix copy: Make -r option use the "from" storeEelco Dolstra3-4/+14
2017-03-16 copyPaths(): Use queryValidPaths() to reduce SSH latencyEelco Dolstra1-1/+1
2017-03-15 Add a "nix log" commandEelco Dolstra1-0/+57
2017-01-26 exportReferencesGraph: Export more complete info in JSON formatEelco Dolstra1-49/+6
2017-01-19 Merge pull request #981 from shlevy/build-remote-c++Eelco Dolstra1-27/+1
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra11-28/+28
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux11-28/+28
2016-11-10 Store::computeFSClosure(): Support a set of pathsEelco Dolstra1-2/+2
2016-11-10 build-remote: Implement in C++Shea Levy1-27/+1
2016-11-09 Merge branch 'ssh-store' of https://github.com/shlevy/nixEelco Dolstra4-5/+5
2016-09-21 printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra2-7/+7
2016-09-14 nix path-info: Add some more examplesEelco Dolstra1-1/+9
2016-09-02 Merge openStore and openStoreAt with default argumentsShea Levy4-5/+5
2016-08-30 Fix 32-bit buildEelco Dolstra1-5/+2
2016-08-29 nix path-info: Add --json flagEelco Dolstra1-22/+81
2016-08-23 nix build: Use Nix search pathEelco Dolstra2-6/+48