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: NixOS/nix-mode
base: 30587b220585
Choose a base ref
...
head repository: NixOS/nix-mode
compare: 218c885d785c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 29, 2020

  1. Update install-nix-action in GitHub Action

    This should fix the following error:
    
    ```
    Error: Unable to process command '::add-path::/nix/var/nix/profiles/per-user/runner/profile/bin' successfully.
    Error: The `add-path` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
    ```
    
    See also: cachix/install-nix-action#50
    taku0 committed Nov 29, 2020
    Copy the full SHA
    38958e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Merge pull request #116 from taku0/update-install-nix-action

    Update install-nix-action in GitHub Action
    matthewbauer committed Dec 2, 2020
    Copy the full SHA
    218c885 View commit details
    Browse the repository at this point in the history