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-01-13
Convert option descriptions to Markdown
Eelco Dolstra
2021-01-13
Merge pull request #4444 from matthewbauer/unset-curproc-arch-affinity
Eelco Dolstra
2021-01-13
Merge pull request #4443 from rickynils/prefer-local-build-respect-zero-max-jobs
Eelco Dolstra
2021-01-13
Remove a redundant condition in DerivationGoal::tryLocalBuild()
Rickard Nilsson
2021-01-12
Add 'nix profile history' command
Eelco Dolstra
2021-01-12
nix profile info -> nix profile list
Eelco Dolstra
2021-01-11
Set kern.curproc_arch_affinity=0 to escape Rosetta
Matthew Bauer
2021-01-12
Don't let 'preferLocalBuild' override 'max-jobs=0'
Rickard Nilsson
2021-01-11
Add 'nix store delete' command
Eelco Dolstra
2021-01-11
nix store prefetch-tarball -> nix flake prefetch
Eelco Dolstra
2021-01-11
Merge pull request #4435 from DanilaFe/flake-input-types
Eelco Dolstra
2021-01-10
Add 'nix store gc' command
Eelco Dolstra
2021-01-08
Upcase "Boolean" in Flake attribute type error
Danila
2021-01-08
Fix tests
Eelco Dolstra
2021-01-08
Support binary unit prefixes in command line arguments
Eelco Dolstra
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
2021-01-08
Remove unused mkFlag1
Eelco Dolstra
2021-01-08
Remove mkFlag integer specialisation
Eelco Dolstra
2021-01-08
Remove mkIntFlag
Eelco Dolstra
2021-01-08
Use switch statement instead of sequence of ifs
Danila Fedorin
2021-01-08
Allow Flake inputs to accept boolean and integer attributes
Danila Fedorin
2021-01-07
Add 'nix store prefetch-{file,tarball}'
Eelco Dolstra
2021-01-06
Make sodium a required dependency
Eelco Dolstra
2021-01-06
Add commands for generating secret/public keys
Eelco Dolstra
2021-01-06
crypto.cc: API cleanup and add generate() / to_string() methods
Eelco Dolstra
2021-01-06
Move sodium_init() call
Eelco Dolstra
2021-01-06
Merge pull request #4310 from matthewbauer/rosetta2-extra-platforms
Eelco Dolstra
2021-01-05
Fix deadlock in LocalStore::addSignatures()
Eelco Dolstra
2021-01-05
Fix conversion from JSON to fetch attributes
Danila Fedorin
2020-12-30
Merge pull request #4411 from corngood/env-assert-fix
Eelco Dolstra
2020-12-30
Fix insufficent attribute capacity in user profile
David McFarland
2020-12-30
Merge pull request #4397 from matthewbauer/support-libcxx10
Eelco Dolstra
2020-12-28
Fixup
Matthew Bauer
2020-12-28
scanForReferences: Remove misleading comment
Eelco Dolstra
2020-12-24
Merge branch 'master' into support-libcxx10
Matthew Bauer
2020-12-23
Cast variants fully for libc++10
Matthew Bauer
2020-12-23
Merge pull request #4336 from NixOS/manpages
Eelco Dolstra
2020-12-23
Add 'nix' manpage
Eelco Dolstra
2020-12-23
Add TODO
Eelco Dolstra
2020-12-23
Command: Remove examples()
Eelco Dolstra
2020-12-23
Add 'nix flake' manpages
Eelco Dolstra
2020-12-23
Merge pull request #4366 from NixOS/readInvalidDerivation-on-remote-caches
Eelco Dolstra
2020-12-22
Merge branch 'git-rev-error' of https://github.com/Ma27/nix into master
Eelco Dolstra
2020-12-22
Fix tests
Eelco Dolstra
2020-12-22
Move <nix/fetchurl.nix> into the nix binary
Eelco Dolstra
2020-12-22
chrootHelper: Handle symlinks in the root directory
Eelco Dolstra
2020-12-22
Document `allRefs` argument of `builtins.fetchTree`
Maximilian Bosch
2020-12-22
Don't log from inside the logger
Eelco Dolstra
2020-12-22
Add explicit `allRefs = true;` argument to `fetchGit`
Maximilian Bosch
2020-12-22
Provide a more meaningful error-message for `builtins.fetchGit` if a revision...
Maximilian Bosch
[next]