aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2021-05-24fix doc: nix profile info -> nix profile listMichael Adler
2021-05-18Restore an accidentally suppressed negationregnat
2021-05-18Merge pull request #4827 from matthewbauer/run-bashrc-first-in-nix-developEelco Dolstra
2021-05-17Source bashrc first in nix developMatthew Bauer
2021-05-17Split the parsing of an `App` and its resolvingregnat
2021-05-17Resolve the program path in `nix run`regnat
2021-05-17Enfore the use of properly built paths in libcmdregnat
2021-05-12DerivedPathWithHints -> BuiltPathregnat
2021-05-05Use derivation output name from toDerivationMatthew Bauer
2021-04-27nix build: make dry-run to print a json output if --json is enabledFélix Baylac-Jacqué
2021-04-22Fix typo in flake docAntoine Martin
2021-04-07Restore stack size in child processesEelco Dolstra
2021-04-07restoreSignals() + restoreAffinity() -> restoreProcessContext()Eelco Dolstra
2021-04-05Make `DerivedPathWithHints` a newtypeJohn Ericson
2021-04-05Rename BuildableJohn Ericson
2021-04-05Use `BuildableReq` for `buildPaths` and `ensurePath`John Ericson
2021-03-26Fix some typosEelco Dolstra
2021-03-19Restore 'nix flake info' as a deprecated aliasEelco Dolstra
2021-03-16Merge 'nix flake {info,list-inputs}' into 'nix flake metadata'Eelco Dolstra
2021-03-16--override-input: Imply --no-write-lock-fileEelco Dolstra
2021-03-09Add a `nix realisation` command for working on realisationsregnat
2021-02-26nix flake update: Recreate the lock fileEelco Dolstra
2021-02-25Use `RealisedPath`s in `copyPaths`regnat
2021-02-24Respect command registrations in plugins.Shea Levy
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-02-18Increase default stack size on LinuxEelco Dolstra
2021-02-17Document meta.mainProgramEelco Dolstra
2021-02-17nix run: Allow program name to be set in meta.mainProgramEelco Dolstra
2021-02-17Throw an error if --arg / --argstr is used with a flakeEelco Dolstra
2021-02-17Make 'nix --version -vv' workEelco Dolstra
2021-02-17nix flake show: Handle 'overlays' outputEelco Dolstra
2021-02-17nix develop: Fix quoted string handlingEelco Dolstra
2021-02-07Support --no-net for backwards compatibilityEelco Dolstra
2021-02-05Merge pull request #4372 from tweag/ca/drvoutputs-commandsEelco Dolstra
2021-02-05Merge pull request #4515 from matthewbauer/fix-nix-profile-install-first-outputEelco Dolstra
2021-02-03Always enter first level of attrset in nix searchMatthew Bauer
2021-02-02Use derivation output name from toDerivationMatthew Bauer
2021-02-01--no-net -> --offlineDomen Kožar
2021-01-29Shorten `mktemp` flag for macOSJames Ottaway
2021-01-28Add a new Cmd type working on RealisedPathsregnat
2021-01-27Merge pull request #4483 from shlevy/libcmdEelco Dolstra
2021-01-27Remove mkFlag()Eelco Dolstra
2021-01-26Move command plugin interface to libnixcmdShea Levy
2021-01-25Group common optionsEelco Dolstra
2021-01-25Make '--help' do the same as 'help' (i.e. show a manpage)Eelco Dolstra
2021-01-21Improve error formattingEelco Dolstra
2021-01-21Fix clang buildEelco Dolstra
2021-01-18nix profile install: Support installing non-flakesEelco Dolstra
2021-01-18Use enumerate()Eelco Dolstra
2021-01-18--refresh: Imply setting .narinfo disk cache TTL to 0Eelco Dolstra