aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-26nix search: Add a cacheEelco Dolstra
2017-07-20nix-shell: Use bashInteractive from <nixpkgs>Eelco Dolstra
2017-07-20nix search: Ignore top-level eval errorsEelco Dolstra
2017-07-20nix search: Add --json flagEelco Dolstra
2017-07-20Add "nix search" commandEelco Dolstra
2017-07-14nix path-info: Show download sizes for binary cache storesEelco Dolstra
2017-07-14Avoid a call to derivationFromPath()Eelco Dolstra
2017-07-14nix path-info: Don't barf on invalid pathsEelco Dolstra
2017-07-14StorePathsCommand: Don't build installablesEelco Dolstra
2017-07-14nix: Show help when no arguments are givenEelco Dolstra
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