Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nix-community/lorri
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: canon
Choose a base ref
...
head repository: nix-community/lorri
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: readme-add-faq-entry-for-checking-in-envrc
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 1, 2020

  1. doc(README): add FAQ entry for whether to check in .envrc

    This is a frequently asked question, and we have an answer.
    Profpatsch committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    79175f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. doc(README): add .envrc-local to allow user configuration

    The suggestion of checking in `.envrc` is not complete without giving
    users the possibility to add their own statements.
    
    This `.envrc-local` will not be taken into account by `direnv`’s
    “security framework” however.
    
    Co-authored-by: Judson <[email protected]>
    Profpatsch and nyarly committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    cb736e6 View commit details
    Browse the repository at this point in the history
  2. fix(.envrc): source .envrc-local if it exists

    Follow our own advice and make it possible for users to source their
    own envrc additions if they need them.
    Profpatsch committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    752bef2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. doc(README): Remove “from a security standpoint it’s safe”

    Leo writes:
    
    > I would simply never publicly claim that something is secure without
    > qualification if there hasn't at least been a third-party audit. It
    > just too strong a claim to make without concrete, specific evidence
    > that someone with relevant training has tried to circumvent the
    > security measures you've put in place and did not succeed.
    
    > My suggestion would simply be to remove ", so from a security
    > standpoint it is safe". The relevant bit for users is "will never
    > run anything else than what is required".
    Profpatsch committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    4d4910e View commit details
    Browse the repository at this point in the history
Loading