index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
flake.cc
Age
Commit message (
Expand
)
Author
2020-02-07
findAlongAttrPath(): Return position
Eelco Dolstra
2020-02-02
Renamed ref / resolvedRef -> lockedRef
Eelco Dolstra
2020-02-01
Remove superfluous TreeInfo::rev field
Eelco Dolstra
2020-02-01
Factor out TreeInfo
Eelco Dolstra
2020-02-01
nix flake update: Imply --refresh
Eelco Dolstra
2020-01-31
nix flake list-inputs: Pretty-print the tree
Eelco Dolstra
2020-01-31
nix flake deps -> nix flake list-inputs
Eelco Dolstra
2020-01-30
Use std::nullopt
Eelco Dolstra
2020-01-30
Add 'nix flake archive' command
Eelco Dolstra
2020-01-29
Clean up the lock file handling flags
Eelco Dolstra
2020-01-29
Add flag --override-input to override specific lock file entries
Eelco Dolstra
2020-01-22
resolveFlake -> lockFlake
Eelco Dolstra
2020-01-22
Fix 'nix flake update'
Eelco Dolstra
2020-01-22
nix flake info: Don't show empty descriptions
Eelco Dolstra
2020-01-21
Pluggable fetchers
Eelco Dolstra
2019-12-11
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-10-22
Add start of 'nix profile' command
Eelco Dolstra
2019-10-15
Support non-x86_64-linux system types in flakes
Eelco Dolstra
2019-10-08
Move addRegistrOverrides
Eelco Dolstra
2019-10-08
uri -> url for consistency
Eelco Dolstra
2019-09-22
nix flake info --json: Get rid of duplicate getFlake() call
Eelco Dolstra
2019-09-19
nix flake check: Validate nixosConfigurations outputs
Eelco Dolstra
2019-09-18
Record original flakerefs in the lock file again
Eelco Dolstra
2019-09-10
nix flake check: Check hydraJobs
Eelco Dolstra
2019-09-10
nix flake check: Do some basic checks on NixOS modules
Eelco Dolstra
2019-09-10
nix flake check: Check overlays
Eelco Dolstra
2019-08-30
Remove 'name' attribute from flakes
Eelco Dolstra
2019-07-11
Rename 'epoch' -> 'edition'
Eelco Dolstra
2019-06-21
Simplify getFlake() / fetchFlake() logic
Eelco Dolstra
2019-06-18
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2019-06-18
Merge pull request #2951 from NixOS/app-improvements
Eelco Dolstra
2019-06-18
Merge pull request #2917 from CSVdB/docs
Eelco Dolstra
2019-06-18
Updated documentation
Eelco Dolstra
2019-06-18
nix flake check: Ignore legacyPackages
Eelco Dolstra
2019-06-17
nix flake check: Warn about unknown flake outputs
Eelco Dolstra
2019-06-17
nix flake check: Check apps
Eelco Dolstra
2019-06-17
nix flake info --json: Revive enumerating the outputs
Eelco Dolstra
2019-06-05
Move flake-related stuff to src/libexpr/flake
Eelco Dolstra
2019-06-04
Make non-flake inputs lazy
Eelco Dolstra
2019-06-04
Make flake input fetching lazy
Eelco Dolstra
2019-05-31
Rename requires -> inputs, provides -> outputs
Eelco Dolstra
2019-05-29
nix flake info --json: List the "provides"
Eelco Dolstra
2019-05-29
nix flake check: Use read-only mode if we're not building
Eelco Dolstra
2019-05-29
nix flake check: Check defaultPackage, devShell and packages
Eelco Dolstra
2019-05-29
Add 'nix flake check' command
Eelco Dolstra
2019-05-29
Put flake-related stuff in its own namespace
Eelco Dolstra
2019-05-29
Add date of last commit to SourceInfo
Eelco Dolstra
2019-05-28
nix flake info: Add missing newline
Eelco Dolstra
2019-05-28
printFlakeInfo: Separate JSON output
Eelco Dolstra
2019-05-28
nix flake deps: Remove --json flag for now
Eelco Dolstra
[next]