aboutsummaryrefslogtreecommitdiff
path: root/src/nix/develop.cc
AgeCommit message (Expand)Author
2024-10-15treewide: make more settings conditionally availableAlois Wohlschlager
2024-10-01Split ignoreException to avoid suppressing CTRL-CRobert Hensing
2024-07-01tree-wide: unify progress bar inactive and paused statesAlois Wohlschlager
2024-06-20remove InstallableValueCommand classQyriad
2024-05-29Remove 100s of CPU time (10%) from build times (1465s -> 1302s)Jade Lovelace
2024-05-29util.hh: Delete remaining file and clean up headersTom Hubrecht
2024-03-17Delete hasPrefix and hasSuffix from the codebaseJade Lovelace
2024-03-07Merge pull request #9032 from Ma27/structured-attrs-env-varseldritch horrors
2024-03-04Merge pull request #9930 from rvl/print-dev-env-unbound-variableseldritch horrors
2024-03-04Merge pull request #8043 from bobvanderlinden/pr-shell-enveldritch horrors
2024-03-04Merge pull request #9648 from cole-h/nix-shell-orderingeldritch horrors
2024-03-04Merge pull request #9494 from sellout/nix-run-execveldritch horrors
2023-08-18Fixing #7479John Ericson
2023-08-10Make the Derived Path family of types inductive for dynamic derivationsJohn Ericson
2023-05-10Fix `nix print-dev-env` & `nix develop` with drv pathsJohn Ericson
2023-03-27Merge pull request #7763 from obsidiansystems/installable-wide-infoEelco Dolstra
2023-03-24Stratify `ExtraPathInfo` along `Installable` hierarchyJohn Ericson
2023-03-20Move enabled experimental feature to libutil structJohn Ericson
2023-03-15Make command infra less stateful and more regularJohn Ericson
2023-03-12print-dev-env: stop inadvertently adding . to PATHlbodor
2023-02-20Split out `InstallableFlake` and `InstallableAttrPath`John Ericson
2023-01-11Remove default constructor from `OutputsSpec`John Ericson
2023-01-10Make clear that `StorePathWithOutputs` is a deprecated typeJohn Ericson
2022-12-23nix develop: Set personalityEelco Dolstra
2022-12-19fix(develop): make `nix develop` drv recreatableTimothy DeHerrera
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