aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2017-07-04Fix handling of expression installables with a / in themEelco Dolstra
2017-07-04Support base-64 hashesEelco Dolstra
2017-06-07Don't show flags from config settings in "nix --help"Eelco Dolstra
2017-06-07nix: Add --help-config flagEelco Dolstra
2017-06-07nix: Make all options available as flagsEelco Dolstra
2017-05-29Fix build failure on Debian/UbuntuEelco Dolstra
2017-05-16Improve progress indicatorEelco Dolstra
2017-05-15nix ls: support '/' for the root directoryBenno Fünfstück
2017-05-10Replace readline by linenoiseEelco Dolstra
2017-05-08Add "nix edit" commandEelco Dolstra
2017-05-04nix dump-path: AddEelco Dolstra
2017-05-03nix eval: Add a --raw flagEelco Dolstra
2017-05-02Fix "nix ... --all"Eelco Dolstra
2017-04-28Check for libreadlineEelco Dolstra
2017-04-25nix repl: Fix Ctrl-CEelco Dolstra
2017-04-25Minor cleanupEelco Dolstra
2017-04-25"using namespace std" considered harmfulEelco Dolstra
2017-04-25nix repl: Use $XDG_DATA_HOME for the readline historyEelco Dolstra
2017-04-25Make "nix repl" buildEelco Dolstra
2017-04-25Merge nix-repl repositoryEelco Dolstra
2017-04-25Cleanup in preparation of merging nix-repl repo into nix repoEelco Dolstra
2017-04-25StorePathCommands: Build installablesEelco Dolstra
2017-04-25Set default installableEelco Dolstra
2017-04-25Interpret any installable containing a slash as a pathEelco Dolstra
2017-04-25Make StorePathsCommand a subclass of InstallablesCommandEelco Dolstra
2017-04-25Move code aroundEelco Dolstra
2017-04-25Add "nix eval" commandEelco Dolstra
2017-04-25Restructure installables handling in the "nix" commandEelco Dolstra
2017-04-24Factor out --jsonEelco Dolstra
2017-04-20Improve nix show-config --jsonEelco Dolstra
2017-04-13Add "nix show-config" commandEelco Dolstra
2017-04-13Convert Settings to the new config systemEelco Dolstra
2017-04-08Process nix.conf options in "new" nix commands, add test.Will Dietz
2017-03-16nix copy: Make -r option use the "from" storeEelco Dolstra
2017-03-16copyPaths(): Use queryValidPaths() to reduce SSH latencyEelco Dolstra
2017-03-15Add a "nix log" commandEelco Dolstra
2017-01-26exportReferencesGraph: Export more complete info in JSON formatEelco Dolstra
2017-01-19Merge pull request #981 from shlevy/build-remote-c++Eelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-11-10Store::computeFSClosure(): Support a set of pathsEelco Dolstra
2016-11-10build-remote: Implement in C++Shea Levy
2016-11-09Merge branch 'ssh-store' of https://github.com/shlevy/nixEelco Dolstra
2016-09-21printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra
2016-09-14nix path-info: Add some more examplesEelco Dolstra
2016-09-02Merge openStore and openStoreAt with default argumentsShea Levy
2016-08-30Fix 32-bit buildEelco Dolstra
2016-08-29nix path-info: Add --json flagEelco Dolstra
2016-08-23nix build: Use Nix search pathEelco Dolstra
2016-08-10Mark content-addressed paths in the Nix database and in .narinfoEelco Dolstra