index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
flake.nix: Add more checks
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
Doh
Eelco Dolstra
2019-05-29
Remove makeFlakeValue()
Eelco Dolstra
2019-05-29
Put flake-related stuff in its own namespace
Eelco Dolstra
2019-05-29
Make unsupported flake attributes a fatal error
Eelco Dolstra
2019-05-29
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-05-29
Enable more fromTOML tests
Eelco Dolstra
2019-05-29
Fix eval-okay-fromTOML test
Eelco Dolstra
2019-05-29
bump cpptoml to v0.1.1
Ding Xiang Fei
2019-05-29
Merge pull request #2898 from NixOS/last-modified
Eelco Dolstra
2019-05-29
Get last commit time of github flakes
Eelco Dolstra
2019-05-29
Add date of last commit to SourceInfo
Eelco Dolstra
2019-05-29
Merge pull request #2897 from NixOS/source-info
Eelco Dolstra
2019-05-28
Iterate over references
Eelco Dolstra
2019-05-28
Merge branch 'attrPaths' of https://github.com/NinjaTrappeur/nix
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
callFlake(): Emit source info attributes for non-flake dependencies
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
Rename contentHash -> narHash for consistency
Eelco Dolstra
2019-05-28
Move hash into SourceInfo and rename to narHash to avoid ambiguity
Eelco Dolstra
2019-05-28
Store SourceInfo in Flake and NonFlake
Eelco Dolstra
2019-05-28
Merge branch 'nonFlakeRequiresTest' of https://github.com/CSVdB/nix into flakes
Eelco Dolstra
2019-05-28
Added nonFlakeRequires test
Nick Van den Broeck
2019-05-28
Merge pull request #2895 from CSVdB/fixRelativePaths
Eelco Dolstra
2019-05-28
Fixed relative path parsing
Nick Van den Broeck
2019-05-26
Remove outdated fetchGit test
Eelco Dolstra
2019-05-25
Merge pull request #2890 from NixOS/offline-flakes
Eelco Dolstra
2019-05-23
Register flake source trees as GC roots
Eelco Dolstra
2019-05-23
FlakeRef::to_string(): Check round trip
Eelco Dolstra
2019-05-23
fetchGit: Don't barf if we can't update our Git clone
Eelco Dolstra
2019-05-23
Fix tests
Eelco Dolstra
2019-05-23
Merge pull request #2886 from NixOS/fetch-registry
Eelco Dolstra
2019-05-22
Add a test for the registry GC root
Eelco Dolstra
2019-05-22
Prevent the global registry from being GC'ed
Eelco Dolstra
2019-05-22
Refactor downloadCached() interface
Eelco Dolstra
2019-05-22
Fetch the flake registry from the NixOS/flake-registry repo
Eelco Dolstra
2019-05-22
Merge pull request #2884 from NixOS/check-epoch
Eelco Dolstra
2019-05-22
flake-registry: tweag/nix -> NixOS/nix
Eelco Dolstra
2019-05-22
Check the flake epoch
Eelco Dolstra
2019-05-22
Merge pull request #2880 from Ma27/document-optional-attrs-with-at-pattern
Eelco Dolstra
2019-05-22
Merge pull request #2877 from NixOS/improve-flake-command
Eelco Dolstra
[next]