aboutsummaryrefslogtreecommitdiff
path: root/src/nix/develop.cc
AgeCommit message (Expand)Author
2022-09-06nix develop: Ignore stdenv's $SHELLEelco Dolstra
2022-07-14nix develop: do not assume that saved vars are setJeremy Fleischman
2022-06-23nix develop: save XDG_DATA_DIRS for loadable completionNaïm Favier
2022-05-10Allow setting bash-prompt-prefix nix develop configurationJimmy Reichley
2022-05-10nix develop: Find bin/bash in the bashInteractive outputsEelco Dolstra
2022-05-03Allow selecting derivation outputs using 'installable!outputs'Eelco Dolstra
2022-03-29Simplify the handling of the hash moduloThéophane Hufschmitt
2022-03-18Use Deferred when building an input-addressed drvJohn Ericson
2022-03-17Clean up `DerivationOutput`, and headersJohn Ericson
2022-03-11Reduce variants for derivation hash moduloJohn Ericson
2022-03-02Move installables-related operationsEelco Dolstra
2022-02-22Replace defaultBla.$system with bla.$system.defaultEelco Dolstra
2022-02-14InstallableFlake: Default attr paths cleanupEelco Dolstra
2022-01-27convert a for more utilities to string_viewpennae
2021-12-22Remove CPU lockingEelco Dolstra
2021-10-26Make experimental-features a proper typeregnat
2021-10-09nix develop: add --unpackArtturin
2021-09-08Merge branch 'fix-3976' of https://github.com/mkenigs/nixEelco Dolstra
2021-08-21nix develop: Fix `devShells` lookupJan Tojnar
2021-08-19nix develop --phase: chdir to flake directoryMatthew Kenigsberg
2021-07-27nix develop: Support chroot storesEelco Dolstra
2021-07-22buildPaths(): Add an evalStore argumentEelco Dolstra
2021-07-22Use eval-store in more placesEelco Dolstra
2021-07-13nix develop: Search in `devShells.${system}` by defaultregnat
2021-07-12Merge branch 'master' into structured-attrs-shellMaximilian Bosch
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