index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
flake.cc
Age
Commit message (
Expand
)
Author
2021-01-13
Convert option descriptions to Markdown
Eelco Dolstra
2021-01-11
nix store prefetch-tarball -> nix flake prefetch
Eelco Dolstra
2020-12-23
Add 'nix flake' manpages
Eelco Dolstra
2020-12-17
Rename Value::normalType() -> Value::type()
Silvan Mosberger
2020-12-12
Add ValueType checking functions for types that have the same NormalType
Silvan Mosberger
2020-12-12
Use Value::normalType on all forced values instead of Value::type
Silvan Mosberger
2020-10-28
Capitalize JSON for consistency
Matthew Kenigsberg
2020-10-26
Move Explicit
Eelco Dolstra
2020-10-09
Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds
John Ericson
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-25
stdout_ -> cout
John Ericson
2020-09-04
Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds
John Ericson
2020-08-17
Add 'nix dump-args' to dump all commands/flags for manpage generation
Eelco Dolstra
2020-08-07
Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds
John Ericson
2020-08-07
Make --no-eval-cache a global setting
Eelco Dolstra
2020-07-30
Pass system to bundler
Matthew Bauer
2020-07-30
exporter -> bundler
Matthew Bauer
2020-07-30
Merge remote-tracking branch 'origin/master' into fix-and-ci-static-builds
Matthew Bauer
2020-07-30
Handle exporters checking correctly
Matthew Bauer
2020-07-30
Add "export" to Nix
Matthew Bauer
2020-07-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-29
nix run: Use packages/legacyPackages as fallback if there is no app definition
Eelco Dolstra
2020-06-23
nix flake init: Use git add --force
Eelco Dolstra
2020-06-22
nix flake check: Don't build apps
Eelco Dolstra
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-11
Represent 'follows' inputs explicitly in the lock file
Eelco Dolstra
2020-06-08
nix flake: Require 'flakes' feature
Eelco Dolstra
2020-06-08
Add completion for --update-input
Eelco Dolstra
2020-06-05
Fix completion of --template
Eelco Dolstra
2020-06-04
nix flake init: Add a '--template' flag
Eelco Dolstra
2020-05-30
Remove TreeInfo
Eelco Dolstra
2020-05-21
handle circular flake dependencies in list-inputs
Matthew Kenigsberg
2020-05-15
Move registry-related commands from 'nix flake' to 'nix registry'
Eelco Dolstra
2020-05-11
nix flake: Add completion support
Eelco Dolstra
2020-05-05
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-04-27
Improve path:// handling
Eelco Dolstra
2020-04-20
Revive 'nix search'
Eelco Dolstra
2020-04-20
Move eval-cache.{cc,hh}
Eelco Dolstra
2020-04-20
Get rid of the old eval cache
Eelco Dolstra
2020-04-19
Store more stuff in the evaluation cache
Eelco Dolstra
2020-04-18
Eval cache: Don't replace real attributes with placeholders
Eelco Dolstra
2020-04-17
Wrap eval cache creation in a giant transaction
Eelco Dolstra
2020-04-17
Use a more space/time-efficient representation for the eval cache
Eelco Dolstra
2020-04-17
Add flag to disable the eval cache
Eelco Dolstra
2020-04-17
nix flake show: Speed up eval cache bigly
Eelco Dolstra
2020-04-17
nix flake show: Support apps
Eelco Dolstra
2020-04-17
nix flake show: Use evaluation cache
Eelco Dolstra
2020-04-16
Add 'nix flake show' command
Eelco Dolstra
2020-04-16
Fix
Eelco Dolstra
2020-04-16
Use Logger::stdout()
Eelco Dolstra
[next]