aboutsummaryrefslogtreecommitdiff
path: root/src/nix/develop.cc
AgeCommit message (Expand)Author
2021-07-09nix print-dev-env: Add --json flagEelco Dolstra
2021-07-09nix develop: Filter some bash magic variablesEelco Dolstra
2021-07-09nix develop: Don't parse bash environment with regexesEelco Dolstra
2021-07-05Fix devShell handling of env values including @ and %Michael Fellinger
2021-06-29develop: Discard the input{Overrides,Updates} when getting bashregnat
2021-06-23Merge pull request #4908 from NixOS/ca/fix-nix-developEelco Dolstra
2021-06-22Add testcase for `nix develop` with `__structuredAttrs`Maximilian Bosch
2021-06-22Fix usage of structured attrs for `nix develop`Maximilian Bosch
2021-06-21Properly set the output env variablesThéophane Hufschmitt
2021-06-15nix develop: Filter out NIX_REMOTEEelco Dolstra
2021-06-11Make `nix develop` work with CA derivationsregnat
2021-05-17Source bashrc first in nix developMatthew Bauer
2021-05-17Enfore the use of properly built paths in libcmdregnat
2021-05-12DerivedPathWithHints -> BuiltPathregnat
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-02-17Throw an error if --arg / --argstr is used with a flakeEelco Dolstra
2021-02-17nix develop: Fix quoted string handlingEelco Dolstra
2021-01-29Shorten `mktemp` flag for macOSJames Ottaway
2021-01-13Convert option descriptions to MarkdownEelco Dolstra
2020-12-21Add 'nix develop' and `nix print-dev-env' manpagesEelco Dolstra
2020-11-09nix develop: Preserve stdin with `-c`Sebastian Ullrich
2020-10-26Make the prompt used in development shells configurableEelco Dolstra
2020-10-22Fix clang buildEelco Dolstra
2020-10-22nix develop: Add --redirect flag to redirect dependenciesEelco Dolstra
2020-10-21nix develop: Handle 'declare -ax' in bash outputEelco Dolstra
2020-10-20Make bash non-interactive for nix develop --phaseMatthew Kenigsberg
2020-10-09nix develop: Unset $HOSTNAMEEelco Dolstra
2020-10-09nix develop: Source ~/.bashrcEelco Dolstra
2020-10-06Remove static variable name clashesEelco Dolstra
2020-09-16Make the store plugins more introspectableregnat
2020-08-28Merge remote-tracking branch 'upstream/master' into single-ca-drv-buildJohn Ericson
2020-08-28nix develop: Add convenience flags for running specific phasesEelco Dolstra
2020-08-28nix develop: Set output paths to writable locationsEelco Dolstra
2020-08-23`writeDerivation` just needs a plain store referenceJohn Ericson
2020-08-19fix spellingRyan Mulligan
2020-08-10Remove name parameter from `writeDerivation`John Ericson
2020-08-05Merge remote-tracking branch 'upstream/master' into misc-caJohn Ericson
2020-07-29Set regex_constants::match_continuous for quicker searchMatthew Bauer
2020-07-17Merge branch 'multi-output-hashDerivationModulo' of github.com:Ericson2314/ni...Carlo Nucera
2020-07-16Merge branch 'master' of github.com:NixOS/nix into optional-derivation-output...Carlo Nucera
2020-07-15nix: Add --derivation flag to operate on .drv pathsEelco Dolstra
2020-07-15Clean up RealiseModeEelco Dolstra
2020-07-12DerivationOutputExtensional -> DerivationOutputInputAddressedJohn Ericson
2020-07-09Fix DerivationOutputExtensional nameMatthew Bauer
2020-07-08Only store hash of fixed derivation outputMatthew Bauer
2020-07-06nix develop: Support derivations with multiple outputsEelco Dolstra
2020-07-06nix develop: Fall back to "bash" if nixpkgs#bashInteractive is unavailableEelco Dolstra