index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
flake
/
flake.cc
Age
Commit message (
Expand
)
Author
2021-01-27
Add traces to errors while updating flake lock file
Eelco Dolstra
2021-01-15
Fix gcc10 build
Jonathan Ringer
2021-01-08
Upcase "Boolean" in Flake attribute type error
Danila
2021-01-08
Use switch statement instead of sequence of ifs
Danila Fedorin
2021-01-08
Allow Flake inputs to accept boolean and integer attributes
Danila Fedorin
2020-12-17
Rename Value::normalType() -> Value::type()
Silvan Mosberger
2020-12-17
Rename ValueType -> InternalType, NormalType -> ValueType
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-12-12
Introduce NormalType for the normal type of a Value
Silvan Mosberger
2020-11-26
Move to separate file
Eelco Dolstra
2020-11-26
Record trusted/untrusted settings in ~/.local/share/nix
Eelco Dolstra
2020-11-26
Ask for confirmation before allowing flake Nix configuration settings
Eelco Dolstra
2020-10-26
Allow nix.conf options to be set in flake.nix
Eelco Dolstra
2020-10-26
Remove edition field
Eelco Dolstra
2020-10-06
Remove 'using namespace fetchers'
Eelco Dolstra
2020-09-27
Miscellaneous spelling fixes in comments. (#4071)
Kevin Quick
2020-09-24
Remove redundant value checks
Paul Opiyo
2020-09-23
Remove unused Flake::vOutputs field
Eelco Dolstra
2020-09-22
fixed typo
ujjwal
2020-07-14
EvalCache: Ignore SQLite errors
Eelco Dolstra
2020-07-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-17
getFlake -> builtins.getFlake
Eelco Dolstra
2020-06-17
Don't provide 'getFlake' if the 'flakes' feature is not enabled
Eelco Dolstra
2020-06-12
Check 'follows' inputs
Eelco Dolstra
2020-06-11
Represent 'follows' inputs explicitly in the lock file
Eelco Dolstra
2020-06-10
Preserve 'isFlake' when not updating a lock file entry
Eelco Dolstra
2020-06-10
Combine lock file update messages
Eelco Dolstra
2020-06-10
Add helper function printInputPath()
Eelco Dolstra
2020-06-09
Fix applyOverride() for github
Eelco Dolstra
2020-06-01
fetchOrSubstituteTree improvements
Matthew Kenigsberg
2020-05-30
Move substitution into Input::fetch()
Eelco Dolstra
2020-05-30
Remove TreeInfo
Eelco Dolstra
2020-05-06
Remove support for old lockfiles and the epoch/uri attributes
Eelco Dolstra
2020-04-27
Improve path:// handling
Eelco Dolstra
2020-04-20
Fix typo
Eelco Dolstra
2020-04-16
Use RootValue
Eelco Dolstra
2020-04-10
Remove flake 'edition' field
Eelco Dolstra
2020-04-06
nix flake info: Show resolved URL
Eelco Dolstra
2020-04-03
Make --override-input sticky
Eelco Dolstra
2020-04-03
getFlake: In pure mode, check that the argument is an immutable flakeref
Eelco Dolstra
2020-03-30
Move fetchers from libstore to libfetchers
Eelco Dolstra
2020-03-28
Warn about --override-input / --update-input flags that don't match an input
Eelco Dolstra
2020-03-27
Improve lock file generation
Eelco Dolstra
2020-03-17
Unified fetcher caching system
Eelco Dolstra
2020-03-12
Change the lock file to a graph
Eelco Dolstra
2020-03-11
Move call-flake.nix into libexpr
Eelco Dolstra
2020-03-10
Fix flake subdirectory handling
Eelco Dolstra
2020-03-09
Move calling flakes into a Nix helper function (call-flake.nix)
Eelco Dolstra
2020-03-09
Add 'flake' attribute to lock files to denote non-flakes
Eelco Dolstra
[next]