summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-08Fix: Remove unused variablecleanupMatthias Beyer
2021-01-08Fix testsHEADmasterEelco Dolstra
2021-01-08Support binary unit prefixes in command line argumentsEelco Dolstra
2021-01-08string2Int(): Return std::optionalEelco Dolstra
2021-01-08Remove unused mkFlag1Eelco Dolstra
2021-01-08Remove mkFlag integer specialisationEelco Dolstra
2021-01-08Remove mkIntFlagEelco Dolstra
2021-01-07Merge pull request #4434 from NixOS/nix-prefetchEelco Dolstra
2021-01-07Add 'nix store prefetch-{file,tarball}'Eelco Dolstra
2021-01-06Make sodium a required dependencyEelco Dolstra
2021-01-06Add commands for generating secret/public keysEelco Dolstra
2021-01-06crypto.cc: API cleanup and add generate() / to_string() methodsEelco Dolstra
2021-01-06Move sodium_init() callEelco Dolstra
2021-01-06Merge pull request #4310 from matthewbauer/rosetta2-extra-platformsEelco Dolstra
2021-01-05Fix deadlock in LocalStore::addSignatures()Eelco Dolstra
2021-01-05Merge pull request #4424 from DanilaFe/fix-attr-from-jsonEelco Dolstra
2021-01-05Fix conversion from JSON to fetch attributesDanila Fedorin
2021-01-01Merge pull request #4412 from acx0/fix-intro-docEelco Dolstra
2020-12-31Fix `configure` error in introduction docSam Lidder
2020-12-30Merge pull request #4411 from corngood/env-assert-fixEelco Dolstra
2020-12-30Fix insufficent attribute capacity in user profileDavid McFarland
2020-12-30Merge pull request #4397 from matthewbauer/support-libcxx10Eelco Dolstra
2020-12-28FixupMatthew Bauer
2020-12-28Merge pull request #4407 from cole-h/fix-hacking-linkEelco Dolstra
2020-12-28README: fix link to hacking guideCole Helbling
2020-12-28scanForReferences: Remove misleading commentEelco Dolstra
2020-12-28Merge pull request #4399 from sevan/patch-1Eelco Dolstra
2020-12-28Merge pull request #4400 from sevan/patch-2Eelco Dolstra
2020-12-25Update URL where bzip2 can be obtainedSevan Janiyan
2020-12-25Update URL where bzip2 can be obtainedSevan Janiyan
2020-12-24Merge branch 'master' into support-libcxx10Matthew Bauer
2020-12-23Cast variants fully for libc++10Matthew Bauer
2020-12-23Merge pull request #4336 from NixOS/manpagesEelco Dolstra
2020-12-23Add 'nix' manpageEelco Dolstra
2020-12-23Add TODOEelco Dolstra
2020-12-23Command: Remove examples()Eelco Dolstra
2020-12-23Add 'nix flake' manpagesEelco Dolstra
2020-12-23Merge pull request #4366 from NixOS/readInvalidDerivation-on-remote-cachesEelco Dolstra
2020-12-22Merge branch 'git-rev-error' of https://github.com/Ma27/nix into masterEelco Dolstra
2020-12-22Fix testsEelco Dolstra
2020-12-22Move <nix/fetchurl.nix> into the nix binaryEelco Dolstra
2020-12-22chrootHelper: Handle symlinks in the root directoryEelco Dolstra
2020-12-22tests/fetchGit: test behavior of `allRefs = true;`Maximilian Bosch
2020-12-22Document `allRefs` argument of `builtins.fetchTree`Maximilian Bosch
2020-12-22Don't log from inside the loggerEelco Dolstra
2020-12-22Add explicit `allRefs = true;` argument to `fetchGit`Maximilian Bosch
2020-12-22Provide a more meaningful error-message for `builtins.fetchGit` if a revision...Maximilian Bosch
2020-12-21Add 'nix profile' manpageEelco Dolstra
2020-12-21Add 'nix bundle' manpageEelco Dolstra
2020-12-21Add 'nix store diff-closures' manpageEelco Dolstra