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
2021-11-27
Fix typo
Aleksey Kladov
2021-11-26
nix repl: Reset the terminal on exceptional exits
Eelco Dolstra
2021-11-26
Catch flake-related exception type in REPL
Alex Shabalin
2021-11-25
Support range-based for loop over list values
Eelco Dolstra
2021-11-24
nix flake check: Fix markdown
Eelco Dolstra
2021-11-18
Fix :e in repl
Alex Shabalin
2021-11-16
Ignore errors unsharing/restoring the mount namespace
Eelco Dolstra
2021-11-15
Merge pull request #5428 from kreisys/add-pos-to-json-type-error
Domen Kožar
2021-11-12
Merge pull request #5540 from samueldr/fix/key-subcommand
Eelco Dolstra
2021-11-12
nix registry: Mark experimental
Samuel Dionne-Riel
2021-11-11
nix key: Fix error message and don't require flakes
Samuel Dionne-Riel
2021-11-10
Merge pull request #5528 from matthewbauer/recognize-nixosModule
Eelco Dolstra
2021-11-09
Recognize singular "nixosModule" in nix flake show
Matthew Bauer
2021-11-08
Unshare mount namespace in main()
Eelco Dolstra
2021-11-05
Merge pull request #5476 from NixOS/ca/fix-build-in-nix-repl
Théophane Hufschmitt
2021-11-05
Fix `nix repl`’s building of CA derivations
regnat
2021-11-04
StaticEnv: Use std::vector instead of std::map
Eelco Dolstra
2021-11-04
Add helper function to check whether a function arg is 'X' or '_X'
Eelco Dolstra
2021-11-03
In checkOverlay, accept underscored names for final/prev args.
Christopher League
2021-10-26
Make experimental-features a proper type
regnat
2021-10-25
toJSON: report error position for fancier output
Shay Bergmann
2021-10-13
Merge pull request #5362 from Artturin/nixunpack
Eelco Dolstra
2021-10-12
Merge pull request #5375 from edolstra/repl-ctrl-c
Eelco Dolstra
2021-10-12
nix repl: Don't write to std::cout directly
Eelco Dolstra
2021-10-12
nix repl: Don't build in a child process
Eelco Dolstra
2021-10-09
nix develop: add --unpack
Artturin
2021-10-07
nix repl: properly deal with interruptions
Maximilian Bosch
2021-10-07
Refactoring: Add allowPath() method
Eelco Dolstra
2021-10-06
libexpr: remove matchAttrs boolean from ExprLambda
Andreas Rammhold
2021-10-06
Remove links to .md files in help output
Eelco Dolstra
2021-10-05
Don't ignore SIGCHLD in createUnixDomainSocket()
Eelco Dolstra
2021-10-02
Fix typo
Aleksey Kladov
2021-09-30
`std::visit` by reference
John Ericson
2021-09-27
run(): Move
Eelco Dolstra
2021-09-22
Disable IFD selectively
Eelco Dolstra
2021-09-14
nix profile history: Show profile date
Eelco Dolstra
2021-09-14
Add 'nix profile wipe-history' command
Eelco Dolstra
2021-09-14
Generations -> profile versions
Eelco Dolstra
2021-09-14
Add "nix profile rollback" command
Eelco Dolstra
2021-09-14
nix flake show --json: Add type info
Eelco Dolstra
2021-09-14
Merge branch 'tomberek/show_json' of https://github.com/tomberek/nix
Eelco Dolstra
2021-09-14
Merge pull request #5245 from edolstra/warnings
Eelco Dolstra
2021-09-14
Merge pull request #5240 from edolstra/builtin-help
Eelco Dolstra
2021-09-14
ANSI_YELLOW -> ANSI_WARNING
Eelco Dolstra
2021-09-14
Fix macOS build
Eelco Dolstra
2021-09-13
RunOptions: Use designated initializers
Eelco Dolstra
2021-09-13
nix --help: Display help using lowdown instead of man
Eelco Dolstra
2021-09-13
Fix markdown error
Eelco Dolstra
2021-09-13
Use Bindings::{get,need} instead of find
Eelco Dolstra
2021-09-08
Ensure nix flake show produces valid json
Tom Bereknyei
[next]