index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-04-02
Move parseTreeInfo()
Eelco Dolstra
2020-04-02
fetchTree: Support integer attributes
Eelco Dolstra
2020-04-02
Add 'path' fetcher
Eelco Dolstra
2020-04-02
Doh
Eelco Dolstra
2020-04-02
nix-env: Refuse to operate on a new-style profile
Eelco Dolstra
2020-04-02
nix flake info --json: Show TreeInfo
Eelco Dolstra
2020-04-01
Support registry entries that must match exactly
Eelco Dolstra
2020-04-01
Registry: Use a struct instead of a tuple for entries
Eelco Dolstra
2020-04-01
Add a system-wide flake registry /etc/nix/registry.json
Eelco Dolstra
2020-04-01
Set version properly
Eelco Dolstra
2020-04-01
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-03-31
Typo
Eelco Dolstra
2020-03-31
Merge pull request #3460 from NixOS/dev-shell
Eelco Dolstra
2020-03-31
Merge pull request #3463 from Ninlives/placeholder-passAsFile
Eelco Dolstra
2020-03-31
nix shell -> nix dev-shell
Eelco Dolstra
2020-03-31
fix placeholder not substituted in passAsFile
mlatus
2020-03-30
Backport 'nix dev-shell' from the flakes branch
Eelco Dolstra
2020-03-30
Fix macOS build
Eelco Dolstra
2020-03-30
Makefile cleanup
Eelco Dolstra
2020-03-30
Remove global -I flags
Eelco Dolstra
2020-03-30
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-03-30
Remove global -I flags
Eelco Dolstra
2020-03-30
Move fetchers from libstore to libfetchers
Eelco Dolstra
2020-03-30
flake.lock: Update
Eelco Dolstra
2020-03-30
Fix segfault
Eelco Dolstra
2020-03-28
nix flake info --json: Dump attr-style flakeref
Eelco Dolstra
2020-03-28
Warn about --override-input / --update-input flags that don't match an input
Eelco Dolstra
2020-03-28
nix flake info: Show flake subdirectory
Eelco Dolstra
2020-03-28
flake.nix: Support Nixpkgs 19.09
Eelco Dolstra
2020-03-27
Add test for circular flake dependencies
Eelco Dolstra
2020-03-27
Improve lock file generation
Eelco Dolstra
2020-03-27
Fix diffLockFiles()
Eelco Dolstra
2020-03-25
Merge pull request #3445 from gnprice/pr-installer-colors
Eelco Dolstra
2020-03-24
installer: Fix terminal colors.
Greg Price
2020-03-24
Misc changes from the flakes branch
Eelco Dolstra
2020-03-24
Fix --refresh with --no-net
Eelco Dolstra
2020-03-24
nix: Add --refresh as an alias for --tarball-ttl 0
Eelco Dolstra
2020-03-24
nix path-info --json: Print hash in SRI format
Eelco Dolstra
2020-03-24
Pretty-print 'nix why-depends' / 'nix-store -q --tree' output
Eelco Dolstra
2020-03-24
absPath(): Use std::optional
Eelco Dolstra
2020-03-24
buildenv: Eliminate global variables, other cleanup
Eelco Dolstra
2020-03-24
Fix coverage build
Eelco Dolstra
2020-03-24
nix edit: Support non-derivation attributes
Eelco Dolstra
2020-03-24
findAlongAttrPath(): Return position
Eelco Dolstra
2020-03-24
findAlongAttrPath(): Throw AttrPathNotFound
Eelco Dolstra
2020-03-24
Add function for quoting strings
Eelco Dolstra
2020-03-24
Use std::string_view
Eelco Dolstra
2020-03-24
EvalState::allocAttr(): Add convenience method
Eelco Dolstra
2020-03-24
Merge pull request #3441 from gnprice/pr-doc-store-ro
Domen Kožar
2020-03-23
doc: Files in the store have modes 444/555, not 644/755
Greg Price
[next]