about summary refs log tree commit diff
path: root/src/nix (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-31 More macOS build fixesEelco Dolstra1-1/+3
2017-08-31 Fix build failure on non-LinuxEelco Dolstra1-1/+1
2017-08-29 nix edit / log: Operate on a single InstallableEelco Dolstra6-89/+100
2017-08-29 nix search: Warn about cached resultsEelco Dolstra1-0/+2
2017-08-29 nix run: Flush the progress bar before starting the commandEelco Dolstra5-19/+28
2017-08-29 nix run: Add some flags for clearing/keeping the environmentEelco Dolstra1-0/+49
2017-08-29 nix run: Allow passing a command to executeEelco Dolstra1-2/+14
2017-08-29 nix run: Fix chroot executionEelco Dolstra2-60/+110
2017-08-29 Hide commands that don't have a descriptionEelco Dolstra1-2/+5
2017-08-28 Give activities a verbosity level againEelco Dolstra2-3/+6
2017-08-28 SimplifyEelco Dolstra1-15/+12
2017-08-25 SimplifyEelco Dolstra1-15/+12
2017-08-25 DohEelco Dolstra1-0/+1
2017-08-25 Allow derivations to update the build phaseEelco Dolstra1-7/+18
2017-08-25 Allow activities to be nestedEelco Dolstra1-2/+26
2017-08-25 Fix Debian buildEelco Dolstra1-1/+3
2017-08-25 Handle SIGWINCHEelco Dolstra1-8/+1
2017-08-25 When truncating the progress bar, take ANSI escape sequences into accountEelco Dolstra1-4/+41
2017-08-25 Restore activity metadataEelco Dolstra1-1/+9
2017-08-21 Remove debug lineEelco Dolstra1-2/+0
2017-08-16 nix verify: Restore the progress indicatorEelco Dolstra2-14/+40
2017-08-16 nix optimise-store: Show how much space has been freedEelco Dolstra1-43/+64
2017-08-16 nix optimise-store: AddEelco Dolstra2-4/+47
2017-08-16 Progress indicator: CleanupEelco Dolstra1-50/+59
2017-08-16 Progress indicator: More improvementsEelco Dolstra1-58/+51
2017-08-16 Progress indicator: Show number of active itemsEelco Dolstra1-3/+6
2017-08-16 Progress indicator: Unify "copying" and "substituting"Eelco Dolstra1-65/+5
2017-08-16 Improve substitution progress indicatorEelco Dolstra2-75/+32
2017-08-16 nix copy: Improve progress indicatorEelco Dolstra1-32/+67
2017-08-16 nix copy: Revive progress barEelco Dolstra1-0/+46
2017-08-16 nix copy: Add --no-check-sigs flagEelco Dolstra1-1/+9
2017-08-09 nix repl: Support printing floating-point numbersEelco Dolstra1-0/+4
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim15-38/+38
2017-07-26 nix search: Add a cacheEelco Dolstra1-9/+69
2017-07-20 nix-shell: Use bashInteractive from <nixpkgs>Eelco Dolstra1-3/+3
2017-07-20 nix search: Ignore top-level eval errorsEelco Dolstra2-2/+13
2017-07-20 nix search: Add --json flagEelco Dolstra1-13/+27
2017-07-20 Add "nix search" commandEelco Dolstra3-20/+160
2017-07-14 nix path-info: Show download sizes for binary cache storesEelco Dolstra1-1/+1
2017-07-14 Avoid a call to derivationFromPath()Eelco Dolstra3-28/+29
2017-07-14 nix path-info: Don't barf on invalid pathsEelco Dolstra1-1/+1
2017-07-14 StorePathsCommand: Don't build installablesEelco Dolstra5-8/+10
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