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
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out current-process.{hh,cc}
Tom Hubrecht
2024-03-26
Move `shell_words` into its own file
Rebecca Turner
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-04
Merge pull request #9582 from pennae/misc-opts
eldritch horrors
2024-03-04
Merge pull request #9589 from obsidiansystems/floating-content-addressing-der...
eldritch horrors
2024-03-04
Merge pull request #9289 from edolstra/fix-warnings
eldritch horrors
2024-03-04
Merge pull request #8470 from ncfavier/shebang-single-quotes
eldritch horrors
2024-03-04
Merge pull request #8895 from hercules-ci/gc-before-stats
eldritch horrors
2023-09-07
Allow dynamic derivation deps in `inputDrvs`
John Ericson
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
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
[next]