aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-03Add deprecated aliases for renamed commandsEelco Dolstra
2020-12-03Add FIXMEEelco Dolstra
2020-12-03Move NAR-related commands to 'nix nar'Eelco Dolstra
2020-12-03Introduce 'nix store' commandEelco Dolstra
2020-12-03Allow registering subcommands of subcommandsEelco Dolstra
2020-12-03Move 'nix hash-*' and 'nix to-*' to 'nix hash'Eelco Dolstra
2020-12-03Remove 'dist' targetEelco Dolstra
2020-12-03nix add-to-store: Move markdown docs into a separate fileEelco Dolstra
2020-12-03Make doc() return arbitrary Markdown rather than the contents of the "Descrip...Eelco Dolstra
2020-12-03Merge pull request #4308 from tweag/properly-test-early-cutoffEelco Dolstra
2020-12-03Merge pull request #4304 from NixOS/separate-manpagesEelco Dolstra
2020-12-03Properly test early cutoff with CA derivationsregnat
2020-12-03Don't fail early when -j0 is passedregnat
2020-12-03Merge pull request #4307 from matthewbauer/update-config-guessEelco Dolstra
2020-12-02Update config.guess for proper arm64 macOS detectionMatthew Bauer
2020-12-02Merge pull request #4301 from imalsogreg/tokens-doc-fixEelco Dolstra
2020-12-02Put examples first in the manpagesEelco Dolstra
2020-12-02Generate separate manpages for each nix subcommandEelco Dolstra
2020-12-02nix eval: Add option to write a directoryEelco Dolstra
2020-12-02Add 'nix help'Eelco Dolstra
2020-12-02fix tokens documentationGreg Hale
2020-12-02Merge pull request #4300 from tweag/remove-unknown-pragma-warningEelco Dolstra
2020-12-02Remove an `unknown pragma` gcc warningregnat
2020-12-02Add forgotten `override` annotationregnat
2020-12-02read(): Use char * instead of unsigned char *Eelco Dolstra
2020-12-02Sink: Use std::string_viewEelco Dolstra
2020-12-02writeFull/writeFile: Use std::string_viewEelco Dolstra
2020-12-01Merge pull request #4284 from tweag/fixed-output-depending-on-caEelco Dolstra
2020-12-01Merge pull request #4297 from tweag/fix-clang-warningsEelco Dolstra
2020-12-01shut up clang warningsregnat
2020-12-01replaceStrings(): Use std::string_viewEelco Dolstra
2020-12-01Macro hygieneEelco Dolstra
2020-12-01Move primeCache() to Worker::run()Eelco Dolstra
2020-12-01Lower verbosity for 'Failed to find a machine' messageEelco Dolstra
2020-12-01Macro hygieneEelco Dolstra
2020-11-27Allow fixed-output derivations to depend on (floating) content-addressed onesregnat
2020-11-26builtins.fetchGit: Fix shortRev attribute for dirty treesEelco Dolstra
2020-11-26Merge pull request #4094 from martinetd/btrfsEelco Dolstra
2020-11-26archive: disable preallocate-contents by defaultDominique Martinet
2020-11-26Move to separate fileEelco Dolstra
2020-11-26Record trusted/untrusted settings in ~/.local/share/nixEelco Dolstra
2020-11-26Ask for confirmation before allowing flake Nix configuration settingsEelco Dolstra
2020-11-25fix the hash rewriting for ca-derivationsregnat
2020-11-23Merge pull request #4276 from B4dM4n/macos-sandbox-buildEelco Dolstra
2020-11-23Merge pull request #4275 from lukegb/mercurialHGPLAINEelco Dolstra
2020-11-23Fix macOS sandbox buildFabian Möller
2020-11-23fetchMercurial: set HGPLAIN when invoking hgLuke Granger-Brown
2020-11-23Merge pull request #4271 from wiltaylor/IgnoreReferenceSwitchEelco Dolstra
2020-11-23Removed reference check from bundler commandWil Taylor
2020-11-23Merge pull request #4272 from kwohlfahrt/perl-sigsEelco Dolstra