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-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-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
2021-09-08
Merge branch 'fix-3976' of https://github.com/mkenigs/nix
Eelco Dolstra
2021-09-02
Don't use read-only mode for nix build --dry-run
Georges Dubus
2021-09-02
Docs: Fix syntax error in json example in man page
Lucas Hoffmann
2021-08-21
nix {bundle,run}: drop broken flake attr-path prefixes
Jan Tojnar
2021-08-21
nix develop: Fix `devShells` lookup
Jan Tojnar
2021-08-19
nix develop --phase: chdir to flake directory
Matthew Kenigsberg
2021-08-17
Enable JSON option to show flakes
Tom Bereknyei
2021-07-27
nix develop: Support chroot stores
Eelco Dolstra
2021-07-27
Merge pull request #5048 from tweag/flox-eval-store
Eelco Dolstra
2021-07-22
Fix formatting error in 'nix store' manpage
Eelco Dolstra
2021-07-22
buildPaths(): Add an evalStore argument
Eelco Dolstra
2021-07-22
copyPaths: Pass store by reference
Eelco Dolstra
2021-07-22
Use eval-store in more places
Eelco Dolstra
2021-07-20
Merge remote-tracking branch 'origin/repl-flake-support'
Eelco Dolstra
2021-07-19
nix repl: Update :edit help text
Robert Hensing
[next]