aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-09nix develop: Source ~/.bashrcEelco Dolstra
2020-10-09Completions::add(): Guard against newlinesEelco Dolstra
2020-10-09Merge pull request #4128 from tweag/extended-completionsEelco Dolstra
2020-10-09Remove LazyEelco Dolstra
2020-10-09writeFile(): Add error context to writeFull() failureEelco Dolstra
2020-10-09Remove stray DerivationOutputsAndPaths typeEelco Dolstra
2020-10-09Add a zsh completion scriptregnat
2020-10-09Add a description in the completion outputsregnat
2020-10-08Remove stray 'Title:' from the manualEelco Dolstra
2020-10-08Merge pull request #4125 from Horki/nix_rust_small_patchesEelco Dolstra
2020-10-08rust: small patchesHorki
2020-10-08Merge pull request #4121 from NixOS/no-user-namespaceEelco Dolstra
2020-10-07Dynamically disable user namespaces if CLONE_NEWUSER failsEelco Dolstra
2020-10-07Support user namespaces being disabledEelco Dolstra
2020-10-07DohEelco Dolstra
2020-10-07Tweak error messagesEelco Dolstra
2020-10-07Serialize exceptions from the daemon to the clientEelco Dolstra
2020-10-07Serialize exceptions from the sandbox process to the parentEelco Dolstra
2020-10-07FormattingEelco Dolstra
2020-10-07Merge pull request #4120 from obsidiansystems/no-poly-sum-worker-protoEelco Dolstra
2020-10-07Remove generic std::optional<T> suppport from worker protoJohn Ericson
2020-10-06Prevent a deadlock when user namespace setup failsEelco Dolstra
2020-10-06Shut up some clang warningsEelco Dolstra
2020-10-06Merge pull request #4102 from B4dM4n/macos-sandbox-buildEelco Dolstra
2020-10-06Remove static variable name clashesEelco Dolstra
2020-10-06Remove unneeded -lboost_* flagsEelco Dolstra
2020-10-06mk/precompiled-headers.mk: Remove special handling for clangEelco Dolstra
2020-10-06mk/precompiled-headers.mk: Fix clang testEelco Dolstra
2020-10-06Remove 'using namespace fetchers'Eelco Dolstra
2020-10-06Factor out common showBytes()Eelco Dolstra
2020-10-06Add missing #pragma onceEelco Dolstra
2020-10-05Fix s3:// storeEelco Dolstra
2020-10-05Merge pull request #3935 from obsidiansystems/binary-cache-addToStoreFromDumpEelco Dolstra
2020-10-05Merge pull request #3895 from obsidiansystems/templated-daemon-protocolEelco Dolstra
2020-10-02Fix macOS sandbox buildFabian Möller
2020-10-02Merge pull request #4101 from B4dM4n/fix-profile-updateEelco Dolstra
2020-10-02Fix profile update in nix commandFabian Möller
2020-10-01Merge pull request #4098 from DavHau/davhau-add-nix-run-examplesEelco Dolstra
2020-10-01add more examples to --help of `nix run`DavHau
2020-09-30Installer: Set a known umaskEelco Dolstra
2020-09-30StyleEelco Dolstra
2020-09-30SimplifyEelco Dolstra
2020-09-30Merge branch 'access-tokens' of https://github.com/kquick/nixEelco Dolstra
2020-09-30Merge remote-tracking branch 'upstream/master' into templated-daemon-protocolJohn Ericson
2020-09-30nix::worker_proto -> worker_protoJohn Ericson
2020-09-30Revert "Use template structs instead of phantoms"John Ericson
2020-09-29Remove github-access-token in favor of access-token.Kevin Quick
2020-09-29Merge branch 'kwq/path-dir-query' of https://github.com/kquick/nixEelco Dolstra
2020-09-29nix registry list: Show 'dir' attributeEelco Dolstra
2020-09-29Merge branch 'master' into access-tokensKevin Quick