index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-08-06
Merge pull request #5075 from andir/libutil-base64-init
Eelco Dolstra
2021-08-02
fix git init race condition
Michael Fellinger
2021-07-31
nix-shell -p: pass --arg values as nixpkgs params
ldesgoui
2021-07-30
libutil: initialize the base64 decode array only once
Andreas Rammhold
2021-07-28
Merge pull request #5042 from alyssais/pthread
Eelco Dolstra
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-27
nix-instantiate: Fix --eval-store
Eelco Dolstra
2021-07-27
Merge pull request #5046 from ncfavier/patch-1
Eelco Dolstra
2021-07-27
Merge pull request #5043 from alyssais/vexing
Eelco Dolstra
2021-07-26
libexpr: Remove unused code
Pamplemousse
2021-07-26
Merge pull request #5037 from Pamplemousse/less_globals
Eelco Dolstra
2021-07-26
Revert no longer necessary change
Eelco Dolstra
2021-07-26
Low-latency closure copy
Eelco Dolstra
2021-07-25
Fix --no-gc-warning
Naïm Favier
2021-07-24
libutil: use uniform initialization in _deletePath
Alyssa Ross
2021-07-24
Enable pthreads for new libraries
Alyssa Ross
2021-07-22
RemoteStore::buildPaths(): Handle evalStore
Eelco Dolstra
2021-07-22
Remove redundant RealisedPath::closure() call
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-22
DummyStore: Remove redundant method
Eelco Dolstra
2021-07-22
nix-shell: Handle --eval-store correctly
Eelco Dolstra
2021-07-22
nix-build: Copy drv closure between eval store and build store
Eelco Dolstra
2021-07-22
Support --eval-store in nix-instantiate and nix-build
Eelco Dolstra
2021-07-22
Hacky fast closure copying mechanism
Eelco Dolstra
2021-07-22
Add --eval-store option
Eelco Dolstra
2021-07-22
Downgrade warning message
Eelco Dolstra
2021-07-21
Avoid global counters
Pamplemousse
2021-07-21
Tweak --no/use-registries doc strings
Eelco Dolstra
2021-07-21
Merge branch 'balsoft/no-registries' of https://github.com/serokell/nix
Eelco Dolstra
2021-07-20
deletePath(): Return ENFILE instead of EBADF when out of file descriptors
Eelco Dolstra
2021-07-20
Merge remote-tracking branch 'origin/repl-flake-support'
Eelco Dolstra
2021-07-20
Properly lock the builds of CA derivations
regnat
2021-07-19
nix repl: Update :edit help text
Robert Hensing
2021-07-19
Rename findDerivationFilename -> findPackageFilename
Robert Hensing
2021-07-19
Add a `:load-flake` command to the nix repl
regnat
2021-07-19
Merge pull request #5020 from NixOS/make-the-repl-reuse-the-whole-nix-config
Eelco Dolstra
2021-07-16
Add use-registries config option (and deprecate --no-registries flag)
Alexander Bantyev
2021-07-16
Be more lenient when realisations have a conflicting dependency set
regnat
2021-07-16
Forward the whole Nix config to the repl subprocesses
regnat
2021-07-15
Forward the whole Nix config to the post-build-hook
regnat
2021-07-15
nlohmann_json: Update to 3.9.1, fix use of internal copy
Eelco Dolstra
2021-07-15
Merge pull request #5011 from Pamplemousse/fix_adjustLoc
Eelco Dolstra
2021-07-14
libexpr: Fix read out-of-bound on the heap
Pamplemousse
2021-07-13
Make `nix flake check` aware of `devShells`
regnat
2021-07-13
Make `nix flake show` display the `devShells`
regnat
2021-07-13
nix develop: Search in `devShells.${system}` by default
regnat
[next]