index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
flake
Age
Commit message (
Expand
)
Author
2021-03-26
Fix some typos
Eelco Dolstra
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-11-19
Fix assertion failure in LockFile::LockFile()
Eelco Dolstra
2020-11-17
Merge pull request #4189 from edolstra/flake-config
Eelco Dolstra
2020-10-28
Capitalize JSON for consistency
Matthew Kenigsberg
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-26
Move Explicit
Eelco Dolstra
2020-10-19
Merge pull request #4080 from kquick/kwq/flake-int-doc
Eelco Dolstra
2020-10-06
Remove 'using namespace fetchers'
Eelco Dolstra
2020-09-29
Merge branch 'kwq/path-dir-query' of https://github.com/kquick/nix
Eelco Dolstra
2020-09-29
nix registry list: Show 'dir' attribute
Eelco Dolstra
2020-09-28
Switch comment format from '// ...' to '/* ... */' for consistency.
Kevin Quick
2020-09-28
Clarification in the description of the FlakeInput.
Kevin Quick
2020-09-28
Update description of FlakeRef, incorporating suggestion.
Kevin Quick
2020-09-27
Miscellaneous spelling fixes in comments. (#4071)
Kevin Quick
2020-09-26
Add some internal documentation for flake support objects.
Kevin Quick
2020-09-25
Use "?dir=..." portion of "registry add" local path specification.
Kevin Quick
2020-09-24
Remove redundant value checks
Paul Opiyo
2020-09-23
Remove unused Flake::vOutputs field
Eelco Dolstra
2020-09-23
Merge pull request #4052 from ujjwaljainnn/fix-typo
Domen Kožar
2020-09-22
fixed typo
ujjwal
2020-09-21
Don't include <regex> in header files
Eelco Dolstra
2020-09-16
Make the store plugins more introspectable
regnat
2020-07-28
Restore backwards-compat for current `builtins.fetchGit`
Maximilian Bosch
2020-07-17
parseFlakeRef(): Only search for the top-level directory for CLI flakerefs
Eelco Dolstra
2020-07-14
EvalCache: Ignore SQLite errors
Eelco Dolstra
2020-07-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-07-01
Support building flakes from a shallow Git repo
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
diffLockFiles(): Show 'follows' changes
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
[next]