index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
installables.cc
Age
Commit message (
Expand
)
Author
2019-10-08
Move addRegistrOverrides
Eelco Dolstra
2019-09-22
nix flake info --json: Get rid of duplicate getFlake() call
Eelco Dolstra
2019-09-20
Simplify
Eelco Dolstra
2019-09-20
Use '#' instead of ':' to separate flakeref and attrpath
Eelco Dolstra
2019-09-02
Improve error message when a directory is not a flake
Eelco Dolstra
2019-08-30
Turn flake inputs into an attrset
Eelco Dolstra
2019-07-12
nix dev-shell: Make it possible to enter a profile
Eelco Dolstra
2019-06-21
Handle store symlinks in flake directories
Eelco Dolstra
2019-06-17
nix flake check: Check apps
Eelco Dolstra
2019-06-17
nix app: Search for installable in the 'apps' output
Eelco Dolstra
2019-06-13
For nixpkgs.<attr>, use legacyPackages
Eelco Dolstra
2019-06-07
Add flake evaluation cache
Eelco Dolstra
2019-06-05
Move flake-related stuff to src/libexpr/flake
Eelco Dolstra
2019-06-04
Don't register invalid paths as GC roots
Eelco Dolstra
2019-06-04
Rename dep -> input
Eelco Dolstra
2019-06-04
Fix GC closure generation
Eelco Dolstra
2019-06-04
Make flake input fetching lazy
Eelco Dolstra
2019-06-03
Add 'nix app' command
Eelco Dolstra
2019-05-31
Doh
Eelco Dolstra
2019-05-31
Fix handling of bare flakerefs containing a colon
Eelco Dolstra
2019-05-31
Allow bare flakerefs as installables
Eelco Dolstra
2019-05-31
Rename requires -> inputs, provides -> outputs
Eelco Dolstra
2019-05-29
Hack: Use legacyPackages from Nixpkgs
Eelco Dolstra
2019-05-29
Put flake-related stuff in its own namespace
Eelco Dolstra
2019-05-28
Remove redundant resolvedRef fields since they're already in SourceInfo
Eelco Dolstra
2019-05-28
Store SourceInfo in Flake and NonFlake
Eelco Dolstra
2019-05-23
Register flake source trees as GC roots
Eelco Dolstra
2019-05-22
Move flake-related flags into a separate class
Eelco Dolstra
2019-05-22
Improve FlakeCommand
Eelco Dolstra
2019-05-17
Lockfile handling in `resolveFlake` is fixed
Nick Van den Broeck
2019-05-16
Give errors in resolveFlake
Nick Van den Broeck
2019-05-16
Fixed issue 65
Nick Van den Broeck
2019-05-02
nix dev-shell: Use 'provides.devShell' by default
Eelco Dolstra
2019-04-19
Use "." as the default installable
Eelco Dolstra
2019-04-16
Update lock files from InstallableFlake::toValue()
Eelco Dolstra
2019-04-16
Improve incremental build
Eelco Dolstra
2019-04-16
Fix makeFlakeValue()
Eelco Dolstra
2019-04-15
Move --impure to MixEvalArgs
Eelco Dolstra
2019-04-15
Merge remote-tracking branch 'tweag/automatedUpdate' into flakes
Eelco Dolstra
2019-04-11
Automated lockfile updating with `nix build`
Nick Van den Broeck
2019-04-11
FlakeRegistry = FlakeRef -> FlakeRef
Nick Van den Broeck
2019-04-08
Whitespace
Eelco Dolstra
2019-04-08
Allow relative paths in flakerefs
Eelco Dolstra
2019-04-08
nix: Add --impure as a shorter alias of --no-pure-eval
Eelco Dolstra
2019-04-08
nix: Support nixpkgs.<attrpath> for compatibility
Eelco Dolstra
2019-04-08
nix: Make -f work for compatibility
Eelco Dolstra
2019-04-08
nix: New installables syntax
Eelco Dolstra
2019-03-26
Remove debug line
Eelco Dolstra
2019-03-22
Fixed minor things
Nick Van den Broeck
2019-02-12
nix: Add --flake flag
Eelco Dolstra
[next]