index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
develop.cc
Age
Commit message (
Expand
)
Author
2024-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-07-01
tree-wide: unify progress bar inactive and paused states
Alois Wohlschlager
2024-06-20
remove InstallableValueCommand class
Qyriad
2024-05-29
Remove 100s of CPU time (10%) from build times (1465s -> 1302s)
Jade Lovelace
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-07
Merge pull request #9032 from Ma27/structured-attrs-env-vars
eldritch horrors
2024-03-04
Merge pull request #9930 from rvl/print-dev-env-unbound-variables
eldritch horrors
2024-03-04
Merge pull request #8043 from bobvanderlinden/pr-shell-env
eldritch horrors
2024-03-04
Merge pull request #9648 from cole-h/nix-shell-ordering
eldritch horrors
2024-03-04
Merge pull request #9494 from sellout/nix-run-execv
eldritch horrors
2023-08-18
Fixing #7479
John Ericson
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-05-10
Fix `nix print-dev-env` & `nix develop` with drv paths
John Ericson
2023-03-27
Merge pull request #7763 from obsidiansystems/installable-wide-info
Eelco Dolstra
2023-03-24
Stratify `ExtraPathInfo` along `Installable` hierarchy
John Ericson
2023-03-20
Move enabled experimental feature to libutil struct
John Ericson
2023-03-15
Make command infra less stateful and more regular
John Ericson
2023-03-12
print-dev-env: stop inadvertently adding . to PATH
lbodor
2023-02-20
Split out `InstallableFlake` and `InstallableAttrPath`
John Ericson
2023-01-11
Remove default constructor from `OutputsSpec`
John Ericson
2023-01-10
Make clear that `StorePathWithOutputs` is a deprecated type
John Ericson
2022-12-23
nix develop: Set personality
Eelco Dolstra
2022-12-19
fix(develop): make `nix develop` drv recreatable
Timothy DeHerrera
2022-09-06
nix develop: Ignore stdenv's $SHELL
Eelco Dolstra
2022-07-14
nix develop: do not assume that saved vars are set
Jeremy Fleischman
2022-06-23
nix develop: save XDG_DATA_DIRS for loadable completion
Naïm Favier
2022-05-10
Allow setting bash-prompt-prefix nix develop configuration
Jimmy Reichley
2022-05-10
nix develop: Find bin/bash in the bashInteractive outputs
Eelco Dolstra
2022-05-03
Allow selecting derivation outputs using 'installable!outputs'
Eelco Dolstra
2022-03-29
Simplify the handling of the hash modulo
Théophane Hufschmitt
2022-03-18
Use Deferred when building an input-addressed drv
John Ericson
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2022-03-11
Reduce variants for derivation hash modulo
John Ericson
2022-03-02
Move installables-related operations
Eelco Dolstra
2022-02-22
Replace defaultBla.$system with bla.$system.default
Eelco Dolstra
2022-02-14
InstallableFlake: Default attr paths cleanup
Eelco Dolstra
2022-01-27
convert a for more utilities to string_view
pennae
2021-12-22
Remove CPU locking
Eelco Dolstra
2021-10-26
Make experimental-features a proper type
regnat
2021-10-09
nix develop: add --unpack
Artturin
2021-09-08
Merge branch 'fix-3976' of https://github.com/mkenigs/nix
Eelco Dolstra
2021-08-21
nix develop: Fix `devShells` lookup
Jan Tojnar
2021-08-19
nix develop --phase: chdir to flake directory
Matthew Kenigsberg
2021-07-27
nix develop: Support chroot stores
Eelco Dolstra
2021-07-22
buildPaths(): Add an evalStore argument
Eelco Dolstra
2021-07-22
Use eval-store in more places
Eelco Dolstra
2021-07-13
nix develop: Search in `devShells.${system}` by default
regnat
2021-07-12
Merge branch 'master' into structured-attrs-shell
Maximilian Bosch
2021-07-09
nix print-dev-env: Add --json flag
Eelco Dolstra
[next]