aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-23Add missing Nix::Store import to fix nix-serve StoreDir.Ben Radford
2021-11-23Merge pull request #5628 from matthewbauer/rosetta2-new-pathEelco Dolstra
2021-11-23Merge pull request #5630 from NixOS/dependabot/github_actions/cachix/install-...Eelco Dolstra
2021-11-22Bump cachix/install-nix-action from 15 to 16dependabot[bot]
2021-11-22Set new rosetta 2 path in sandboxMatthew Bauer
2021-11-22Merge pull request #5624 from rofrol/typo-single-quoteEelco Dolstra
2021-11-22Merge pull request #5626 from jtojnar/patch-2Eelco Dolstra
2021-11-22flake: Do not use aliasesJan Tojnar
2021-11-22Merge pull request #5613 from tomberek/allow_realpathEelco Dolstra
2021-11-22Merge pull request #5620 from alyssais/waylandEelco Dolstra
2021-11-22Merge pull request #5596 from SuperSandro2000/shellcheckEelco Dolstra
2021-11-22Merge pull request #5608 from tweag/fix-build-warnings-on-macosThéophane Hufschmitt
2021-11-22Unify #if linuxAlex Shabalin
2021-11-22Typo: change to normal singlequoteRoman Frołow
2021-11-21nix-shell --pure: let variables for Wayland throughAlyssa Ross
2021-11-20add real path to allowedPathsTom Bereknyei
2021-11-19Fix build warnings on MacOSAlex Shabalin
2021-11-19Apply some shellcheck suggestionsSandro Jäckel
2021-11-19Merge pull request #5607 from kmt-lnh/install-ergonomicsEelco Dolstra
2021-11-19Merge pull request #5597 from edolstra/remove-old-scriptsEelco Dolstra
2021-11-19switch order of wget and curlKristof Molnar-Tatai
2021-11-19Merge pull request #5598 from obsidiansystems/fix-daemon-testsThéophane Hufschmitt
2021-11-18Fix testing the other daemonJohn Ericson
2021-11-18Remove nix-reduce-build and nix-http-exportEelco Dolstra
2021-11-18Merge pull request #5595 from lorenzleutgeb/patch-2Eelco Dolstra
2021-11-18doc: Fix escape for operator "logical or"Lorenz Leutgeb
2021-11-18Merge pull request #5585 from jtojnar/env-aEelco Dolstra
2021-11-18Test that untrusted config is ignored without --accept-flake-configEelco Dolstra
2021-11-18Merge branch 'accept_conf' of https://github.com/tomberek/nixEelco Dolstra
2021-11-18Merge pull request #5568 from NixOS/dependabot/github_actions/cachix/install-...Eelco Dolstra
2021-11-18Merge pull request #5569 from NixOS/dependabot/github_actions/zeebe-io/backpo...Eelco Dolstra
2021-11-18Merge pull request #5580 from ksonj/fix/non-standard-sshEelco Dolstra
2021-11-18SimplifyEelco Dolstra
2021-11-18Merge branch 'faridzakaria/fix-stack-buffer-overflow' of https://github.com/f...Eelco Dolstra
2021-11-18Merge pull request #5586 from tweag/fix-stdout-for-editors-in-replEelco Dolstra
2021-11-18Merge pull request #5583 from jtojnar/patch-1Eelco Dolstra
2021-11-18Merge pull request #5581 from edolstra/parse-callsEelco Dolstra
2021-11-18Fix :e in replAlex Shabalin
2021-11-18Fix stack buffer overflowFarid Zakaria
2021-11-17doc: De-emphasize nix-env without -AJan Tojnar
2021-11-17Fix XDG_CONFIG_DIRS fallbackJan Tojnar
2021-11-17Simplify fix by disallowing / in front of @ to match scp styleKalle Jepsen
2021-11-17Merge pull request #5573 from Ericson2314/docker-nixpkgs-idiomsEelco Dolstra
2021-11-17Parse '(f x) y' the same as 'f x y'Eelco Dolstra
2021-11-17Fix detection of scp-style URIs to support non-standard SSH ports for gitKalle Jepsen
2021-11-16Merge pull request #5578 from edolstra/call-functorEelco Dolstra
2021-11-16Call functors with both arguments at onceEelco Dolstra
2021-11-16Merge pull request #5575 from edolstra/attrset-callEelco Dolstra
2021-11-16Don't hang when calling an attrsetEelco Dolstra
2021-11-16Make docker.nix match Nixpkgs's idiomsJohn Ericson