index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
Age
Commit message (
Expand
)
Author
2019-06-21
Handle store symlinks in flake directories
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
Merge pull request #2949 from NixOS/no-net
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-17
nix app: Accept arguments
Eelco Dolstra
2019-06-17
nix app: Search for installable in the 'apps' output
Eelco Dolstra
2019-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-06-17
Automatically use --no-net if there are no network interfaces
Eelco Dolstra
2019-06-17
Add "warning" verbosity level
Eelco Dolstra
2019-06-15
nix: Add -L alias for --print-build-logs
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
Make non-flake inputs lazy
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
Made epochs more fine-grained
Nick Van den Broeck
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
nix flake info --json: List the "provides"
Eelco Dolstra
2019-05-29
Hack: Use legacyPackages from Nixpkgs
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
Merge remote-tracking branch 'origin/master' into flakes
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
2019-05-28
printFlakeInfo/printNonFlakeInfo: Factor out commonality
Eelco Dolstra
2019-05-28
nix flake info/deps: Stop progress bar before printing output
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
Fetch the flake registry from the NixOS/flake-registry repo
Eelco Dolstra
2019-05-22
Check the flake epoch
Eelco Dolstra
2019-05-22
nix flake deps: Print flake dependencies
Eelco Dolstra
2019-05-22
Move flake-related flags into a separate class
Eelco Dolstra
[next]