index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix-build
/
nix-build.cc
Age
Commit message (
Expand
)
Author
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
2021-01-26
Move command plugin interface to libnixcmd
Shea Levy
2021-01-21
Improve error formatting
Eelco Dolstra
2020-11-24
Escape filename given to nix-shell in shebang mode
Lily Ballard
2020-11-13
nix-build: Fix #4197 output order regression
Robert Hensing
2020-10-09
Split out `local-fs-store.hh`
John Ericson
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-15
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-09-04
Add `nix-shell` support for preserving PS1
Gabriel Gonzalez
2020-09-03
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-09-03
addPermRoot(): Remove indirect flag
Eelco Dolstra
2020-08-20
Rename drv output querying functions, like master
John Ericson
2020-08-07
Squashed get CA derivations building
John Ericson
2020-07-30
unsigned long long -> uint64_t
Eelco Dolstra
2020-07-29
Prevent nix-build from accepting --run/--command
Mat Marini
[next]