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
2022-04-28
fix errors case and wording
Guillaume Maudoux
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-21
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-03-25
Document getFlake
Eelco Dolstra
2022-03-25
Only provide builtin.{getFlake,fetchClosure} is the corresponding experimenta...
Eelco Dolstra
2022-03-18
Revert extra colon at end os strings
Guillaume Maudoux
2022-03-07
more fixes
Guillaume Maudoux
2022-03-04
Add detailed error mesage for coerceTo{String,Path}
Guillaume Maudoux
2022-03-04
Add error context for most basic coercions
Guillaume Maudoux
2022-03-01
Move some stuff from `Settings` to a new `FetchSettings`.
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-24
libfetchers: Rename immutable -> locked
Eelco Dolstra
2022-02-02
Merge pull request #6036 from tweag/balsoft/and-yet-another-follows-bugfix
Eelco Dolstra
2022-02-02
Flake follows: resolve all follows to absolute
Alexander Bantyev
2022-01-27
optionally return string_view from coerceToString
pennae
2022-01-27
return string_views from forceString*
pennae
2022-01-18
allow modifying lockfile commit msg with nix config option
lincoln auster [they/them]
2022-01-06
Merge pull request #5546 from NixOS/allow-paths-in-flake-local-options
Eelco Dolstra
2022-01-04
Remove non-method mkString()
Eelco Dolstra
2021-12-28
flake.cc: computeLocks: Only verify overrides when they could change
Alexander Bantyev
2021-12-17
Allow paths in flake local settings
regnat
2021-12-14
Merge pull request #5623 from yorickvP/fix-5621
Théophane Hufschmitt
2021-12-13
Re-allow inputs.x.url = "/path/to/file"
Eelco Dolstra
2021-12-02
Flakes: computeLocks: pass correct LockParent when reusing oldLock
Alexander Bantyev
2021-11-29
flakes: fix boolean and int nixConfig values
Yorick van Pelt
2021-11-25
Support range-based for loop over list values
Eelco Dolstra
2021-11-15
Simplify lockFlake() a bit
Eelco Dolstra
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-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-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
[prev]
[next]