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-11-18
Merge branch 'accept_conf' of https://github.com/tomberek/nix
Eelco Dolstra
2021-11-15
Simplify lockFlake() a bit
Eelco Dolstra
2021-11-12
Adds an accept-flake-config flag
Tom Bereknyei
2021-11-11
Flakes: refetch the input when a follows disappears
Alexander Bantyev
2021-11-05
Make the flake options work when using the daemon
regnat
2021-10-26
Make experimental-features a proper type
regnat
2021-10-07
Make builtins.{path,filterSource} work with chroot stores
Eelco Dolstra
2021-10-07
Refactoring: Add allowPath() method
Eelco Dolstra
2021-10-06
libexpr: remove matchAttrs boolean from ExprLambda
Andreas Rammhold
2021-09-29
libexpr: throw a more helpful eval-error if a builtin is not available due to...
Maximilian Bosch
2021-09-21
Set input parent at construction time
Eelco Dolstra
2021-09-16
Include subpath in flake fingerprint
Geoff Reedy
2021-09-15
If we can't write a lock file, pretend the top-level flake is dirty
Eelco Dolstra
2021-09-05
Fix use-registries logic in builtins.getFlake
Naïm Favier
2021-08-29
Move vCallFlake into EvalState
Robert Hensing
2021-08-23
Coding style
Eelco Dolstra
2021-08-17
Fix follows paths in subordinate lockfiles
Alex Zero
2021-08-11
In flake lock file diffs, show the last-modified date of inputs if available
Eelco Dolstra
2021-08-07
Whitelist nixConfig.flake-registry
Alexander Bantyev
2021-07-16
Add use-registries config option (and deprecate --no-registries flag)
Alexander Bantyev
2021-07-01
fixup! flake.nixConfig: fix flake-registry config settings
Alexander Bantyev
2021-07-01
flake.nixConfig: fix flake-registry config settings
Alexander Bantyev
2021-06-29
Keep the `isFlake` attribute for overriden inputs
regnat
2021-05-08
Create parent trusted list path before writing
Matthew Bauer
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
[next]