index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix-build
Age
Commit message (
Expand
)
Author
2023-04-28
nix: Support the --repair flag
Eelco Dolstra
2023-04-06
Backport SourcePath from the lazy-trees branch
Eelco Dolstra
2023-03-20
Move enabled experimental feature to libutil struct
John Ericson
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-02-01
nix-shell: Colour the prompt red if the user is root
Jamie Quigley
2023-01-11
Make it hard to construct an empty `OutputsSpec::Names`
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2022-09-27
nix-build: remove unused --add-root arg
Linus Heckemann
2022-08-09
nix-shell: specify which outputs from bashInteractive to build
Winter
2022-06-13
nix-shell: restore backwards-compat with old nixpkgs
Maximilian Bosch
2022-06-11
nix-build: stop logger when appropriate
Naïm Favier
2022-05-11
Stop the logger properly in legacy commands
Naïm Favier
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-03-11
Desugar `StorePathWithOutputs` in nix-build implementation
John Ericson
2022-03-02
Add EvalState::coerceToStorePath() helper
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-05
nix-shell: set BASH variable to correct shell
Sandro Jäckel
2022-02-04
Make most calls to determinePos() lazy
Eelco Dolstra
2022-02-04
Merge branch 'issue-3505' of https://github.com/kamadorueda/nix
Eelco Dolstra
2022-01-23
nix-shell: use clean rm, not any aliases/functions
Sandro Jäckel
2022-01-21
forceValue: make pos mandatory
Kevin Amado
2022-01-17
Merge pull request #5812 from pennae/small-perf-improvements
Eelco Dolstra
2022-01-13
avoid copies of parser input data
pennae
2022-01-04
Ensure that attrsets are sorted
Eelco Dolstra
2021-12-22
Remove CPU locking
Eelco Dolstra
2021-11-26
Make `nix-shell` work when nixpkgs is content-addressed
regnat
2021-11-21
nix-shell --pure: let variables for Wayland through
Alyssa Ross
2021-10-26
Make experimental-features a proper type
regnat
2021-08-06
nix-shell --pure: Let it work for any derivation
Farid Zakaria
2021-07-31
nix-shell -p: pass --arg values as nixpkgs params
ldesgoui
2021-07-22
buildPaths(): Add an evalStore argument
Eelco Dolstra
2021-07-22
copyPaths: Pass store by reference
Eelco Dolstra
2021-07-22
nix-shell: Handle --eval-store correctly
Eelco Dolstra
2021-07-22
nix-build: Copy drv closure between eval store and build store
Eelco Dolstra
2021-07-22
Support --eval-store in nix-instantiate and nix-build
Eelco Dolstra
2021-07-12
Merge branch 'master' into structured-attrs-shell
Maximilian Bosch
2021-06-24
Perform input rewrites only in LocalDerivationGoal
Maximilian Bosch
2021-06-22
Move `writeStructuredAttrsShell` out of `ParsedDerivation` class
Maximilian Bosch
2021-06-22
Prefix env vars for attrs.* files with NIX_
Maximilian Bosch
2021-06-22
Split shell & json creation for build environments with structured attrs
Maximilian Bosch
2021-06-22
Set environment variables for .attrs.json & .attrs.sh
Maximilian Bosch
2021-06-22
Source complete env in `nix-shell` with `__structuredAttrs = true;`
Maximilian Bosch
2021-06-22
nix-shell: Replace resolving failure error by an assertion
regnat
2021-06-11
Make `nix-shell` support content-addressed derivations
regnat
2021-04-07
restoreSignals() + restoreAffinity() -> restoreProcessContext()
Eelco Dolstra
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-03-04
nix-build: set execfail
Bernardo Meurer
2021-02-24
Initialize plugins after handling initial command line flags
Shea Levy
2021-02-19
Don't crash nix-build when not all outputs are realised
regnat
[next]