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
2020-12-21
Add 'nix log' manpage
Eelco Dolstra
2020-12-21
Add 'nix repl' manpage
Eelco Dolstra
2020-12-21
Add 'nix edit' manpage
Eelco Dolstra
2020-12-21
Typo
Eelco Dolstra
2020-12-21
Add 'nix registry' manpages
Eelco Dolstra
2020-12-21
Add 'nix develop' and `nix print-dev-env' manpages
Eelco Dolstra
2020-12-21
Add 'nix search' manpage
Eelco Dolstra
2020-12-21
Add 'nix copy' manpage
Eelco Dolstra
2020-12-21
Add 'nix run' and 'nix shell' manpages
Eelco Dolstra
2020-12-21
Add 'nix build' manpage
Eelco Dolstra
2020-12-18
Replace Value type setters with mk* functions
Silvan Mosberger
2020-12-17
Rename Value::normalType() -> Value::type()
Silvan Mosberger
2020-12-12
Add ValueType checking functions for types that have the same NormalType
Silvan Mosberger
2020-12-12
Use Value::normalType on all forced values instead of Value::type
Silvan Mosberger
2020-12-12
Introduce Value type setters and make use of them
Silvan Mosberger
2020-12-11
Merge pull request #4350 from NixOS/ca/fix-build-with-nix-command
Eelco Dolstra
2020-12-11
Fix the `nix` command with CA derivations
regnat
2020-12-10
nix store make-content-addressable: Show rewritten path
Eelco Dolstra
2020-12-10
Add lvlNotice log level
Eelco Dolstra
2020-12-04
Split 'nix store add-to-store' into 'add-path' and 'add-file'
Eelco Dolstra
2020-12-03
Typo
Eelco Dolstra
2020-12-03
Move most store-related commands to 'nix store'
Eelco Dolstra
2020-12-03
Add 'nix nar dump-path'
Eelco Dolstra
2020-12-03
Add deprecated aliases for renamed commands
Eelco Dolstra
2020-12-03
Add FIXME
Eelco Dolstra
2020-12-03
Move NAR-related commands to 'nix nar'
Eelco Dolstra
2020-12-03
Introduce 'nix store' command
Eelco Dolstra
2020-12-03
Allow registering subcommands of subcommands
Eelco Dolstra
2020-12-03
Move 'nix hash-*' and 'nix to-*' to 'nix hash'
Eelco Dolstra
2020-12-03
nix add-to-store: Move markdown docs into a separate file
Eelco Dolstra
2020-12-03
Make doc() return arbitrary Markdown rather than the contents of the "Descrip...
Eelco Dolstra
2020-12-02
nix eval: Add option to write a directory
Eelco Dolstra
2020-12-02
Add 'nix help'
Eelco Dolstra
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
2020-12-01
shut up clang warnings
regnat
2020-11-23
Removed reference check from bundler command
Wil Taylor
2020-11-21
Added switch
Wil Taylor
2020-11-17
Merge pull request #4189 from edolstra/flake-config
Eelco Dolstra
2020-11-17
Merge pull request #4182 from mkenigs/fix-1930
Eelco Dolstra
2020-11-11
Print built derivations as json for build
Matthew Kenigsberg
2020-11-09
nix develop: Preserve stdin with `-c`
Sebastian Ullrich
2020-11-02
nix repl: Fix handling of multi-line expressions
Eelco Dolstra
2020-10-28
Capitalize JSON for consistency
Matthew Kenigsberg
2020-10-27
Merge pull request #4056 from tweag/non-ca-depending-on-ca
Eelco Dolstra
2020-10-27
Allow non-CA derivations to depend on CA derivations
regnat
2020-10-26
Allow nix.conf options to be set in flake.nix
Eelco Dolstra
2020-10-26
Move Explicit
Eelco Dolstra
2020-10-26
Make the prompt used in development shells configurable
Eelco Dolstra
2020-10-22
Fix clang build
Eelco Dolstra
2020-10-22
nix develop: Add --redirect flag to redirect dependencies
Eelco Dolstra
[next]