aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2021-07-05Fix devShell handling of env values including @ and %Michael Fellinger
2021-06-30Merge pull request #4958 from NixOS/nix-develop-remove-override-input-warningEelco Dolstra
2021-06-29Forward the experimental features to the nix repl subprocessesregnat
2021-06-29develop: Discard the input{Overrides,Updates} when getting bashregnat
2021-06-28man: fix formatting of nix3-profile-removeFlorian Franzen
2021-06-23Merge pull request #4908 from NixOS/ca/fix-nix-developEelco Dolstra
2021-06-21Properly set the output env variablesThéophane Hufschmitt
2021-06-21Only symlink the requested outputs in `nix build`regnat
2021-06-18UDSRemoteStore: Support the 'root' store parameterEelco Dolstra
2021-06-15nix develop: Filter out NIX_REMOTEEelco Dolstra
2021-06-11Make `nix develop` work with CA derivationsregnat
2021-06-02doc: Wrap at 80 charactersregnat
2021-06-02Fix a documentation typoThéophane Hufschmitt
2021-06-02throw_ -> reportErrorregnat
2021-06-02Let `nix flake check` keep going when keep-going is setregnat
2021-06-01Fix typo in documentationJeremy Schlatter
2021-05-29Add .tar.zst support for TarballInputSchemeTimothy Klim
2021-05-28Merge pull request #4849 from NixOS/ca/fix-nix-store--exportEelco Dolstra
2021-05-26Remove the remaining occurenceses of a NarHash moduloregnat
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