index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
build.cc
Age
Commit message (
Expand
)
Author
2022-03-02
Move installables-related operations
Eelco Dolstra
2021-09-30
`std::visit` by reference
John Ericson
2021-09-02
Don't use read-only mode for nix build --dry-run
Georges Dubus
2021-07-22
Use eval-store in more places
Eelco Dolstra
2021-06-21
Only symlink the requested outputs in `nix build`
regnat
2021-05-12
DerivedPathWithHints -> BuiltPath
regnat
2021-04-27
nix build: make dry-run to print a json output if --json is enabled
Félix Baylac-Jacqué
2021-04-05
Make `DerivedPathWithHints` a newtype
John Ericson
2021-04-05
Rename Buildable
John Ericson
2021-01-21
Fix clang build
Eelco Dolstra
2021-01-18
Use enumerate()
Eelco Dolstra
2021-01-13
Convert option descriptions to Markdown
Eelco Dolstra
2020-12-21
Add 'nix build' manpage
Eelco Dolstra
2020-11-11
Print built derivations as json for build
Matthew Kenigsberg
2020-10-09
Split out `local-fs-store.hh`
John Ericson
2020-10-06
Remove static variable name clashes
Eelco Dolstra
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-08-05
Merge remote-tracking branch 'upstream/master' into buildable-variant
John Ericson
2020-07-31
Tweak description
Eelco Dolstra
2020-07-31
nix/build: add `--rebuild` option
Maximilian Bosch
2020-07-23
Make `Buildable` a `std::variant`
John Ericson
2020-07-15
Clean up RealiseMode
Eelco Dolstra
2020-05-10
Add completion for paths
Eelco Dolstra
2020-05-05
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-05-04
Flag: Use designated initializers
Eelco Dolstra
2020-04-01
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-03-31
Typo
Eelco Dolstra
2020-03-30
Backport 'nix dev-shell' from the flakes branch
Eelco Dolstra
2019-12-05
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2019-10-08
Move addRegistrOverrides
Eelco Dolstra
2019-07-12
nix build: Add '--profile' flag
Eelco Dolstra
2019-06-18
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2019-04-30
Fixed issue #13
Nick Van den Broeck
2019-04-19
Use "." as the default installable
Eelco Dolstra
2019-04-16
Update lock files from InstallableFlake::toValue()
Eelco Dolstra
2019-04-16
Improve incremental build
Eelco Dolstra
2019-04-15
Merge remote-tracking branch 'tweag/automatedUpdate' into flakes
Eelco Dolstra
2019-04-11
Automated lockfile updating with `nix build`
Nick Van den Broeck
2019-04-11
FlakeRegistry = FlakeRef -> FlakeRef
Nick Van den Broeck
2019-04-09
FlakeAlias is implemented
Nick Van den Broeck
2019-04-09
Fixed dependency resolution
Nick Van den Broeck
2019-04-09
FlakeIds are now properly looked up in registries
Nick Van den Broeck
2019-04-09
Added nonFlakeRequires and the command `nix flake deps`
Nick Van den Broeck
2019-03-26
Remove debug line
Eelco Dolstra
2019-03-22
Fixed minor things
Nick Van den Broeck
2019-03-22
Implemented --flake flag for nix build
Nick Van den Broeck
2018-02-22
Merge branch 'fix/dry-run-partially' of https://github.com/dtzWill/nix
Eelco Dolstra
[next]