aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-18--refresh: Imply setting .narinfo disk cache TTL to 0Eelco Dolstra
2021-01-18Merge branch 'slashes-in-github-branches' of https://github.com/Ma27/nixEelco Dolstra
2021-01-18Merge pull request #4460 from NixOS/ca/fix-ca-flake-outputsEelco Dolstra
2021-01-18Fix content-addressed flake outputsregnat
2021-01-18Merge pull request #4459 from NixOS/ca/fix-outputmap-for-no-caEelco Dolstra
2021-01-18Fix the drv output map for non ca derivationsregnat
2021-01-17TweakEelco Dolstra
2021-01-17Merge pull request #4454 from ryneeverett/ping-store-output-docsDomen Kožar
2021-01-16Document expected output of 'nix store ping'.ryneeverett
2021-01-15Merge pull request #4240 from bburdette/2259-error-messageDomen Kožar
2021-01-15Fix gcc10 buildJonathan Ringer
2021-01-14Add 'nix daemon' commandEelco Dolstra
2021-01-13TypoEelco Dolstra
2021-01-13Rename 'nix store sign-paths' to 'nix store sign'Eelco Dolstra
2021-01-13Add 'nix store repair' commandEelco Dolstra
2021-01-13Convert option descriptions to MarkdownEelco Dolstra
2021-01-13Merge pull request #4444 from matthewbauer/unset-curproc-arch-affinityEelco Dolstra
2021-01-13Merge pull request #4443 from rickynils/prefer-local-build-respect-zero-max-jobsEelco Dolstra
2021-01-13Remove a redundant condition in DerivationGoal::tryLocalBuild()Rickard Nilsson
2021-01-12Add 'nix profile history' commandEelco Dolstra
2021-01-12nix profile info -> nix profile listEelco Dolstra
2021-01-11Set kern.curproc_arch_affinity=0 to escape RosettaMatthew Bauer
2021-01-12Don't let 'preferLocalBuild' override 'max-jobs=0'Rickard Nilsson
2021-01-11Add 'nix store delete' commandEelco Dolstra
2021-01-11TweakEelco Dolstra
2021-01-11nix store prefetch-tarball -> nix flake prefetchEelco Dolstra
2021-01-11Merge pull request #4435 from DanilaFe/flake-input-typesEelco Dolstra
2021-01-10Add 'nix store gc' commandEelco Dolstra
2021-01-08Upcase "Boolean" in Flake attribute type errorDanila
2021-01-08Fix testsEelco 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-08Use switch statement instead of sequence of ifsDanila Fedorin
2021-01-08Allow Flake inputs to accept boolean and integer attributesDanila Fedorin
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