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: cachix/install-nix-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v18
Choose a base ref
...
head repository: cachix/install-nix-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v20
Choose a head ref
  • 18 commits
  • 4 files changed
  • 5 contributors

Commits on Oct 12, 2022

  1. README: bump versions

    domenkozar authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    11f4ad1 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    d0ac661 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Merge pull request #150 from daiseeai/master

    Don't add daemon option if no-daemon is supplied
    domenkozar authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    a590bb1 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. add github_access_token option

    I'm starting to see rate limit issues with GitHub Actions more
    frequently so I propose to make this option more readily available.
    zimbatm committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    c04fcbc View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Merge pull request #152 from zimbatm/github-access-token

    add github_access_token option
    domenkozar authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    b15708f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. fix typo in github_access_token option

    add_config only takes one argument; this was causing Nix to error with
    "illegal configuration line 'access-tokens' in '/etc/nix/nix.conf'"
    InternetUnexplorer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    b95f682 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Merge pull request #153 from InternetUnexplorer/master

    fix typo in github_access_token option
    domenkozar authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    25d64bb View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. clarify behavior of github_access_token option

    This also fixes a typo and makes some other tiny changes that I noticed
    when I was looking at the README.
    InternetUnexplorer committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    70980f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Fix rate-limits by using github.token by default

    Turns out there is a default github token we can use to talk to github
    and avoid the rate limit issues.
    zimbatm committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    a4b8aaf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #157 from zimbatm/default-token

    Fix rate-limits by using github.token by default
    domenkozar authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    67388ca View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Merge pull request #156 from InternetUnexplorer/update-readme

    clarify behavior of github_access_token option
    domenkozar authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    bd6084e View commit details
    Browse the repository at this point in the history
  2. update tests

    domenkozar committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    846213d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #158 from cachix/fix-test

    update tests
    domenkozar authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    5c11eae View commit details
    Browse the repository at this point in the history
  4. Update README for v19

    sandydoo committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    cb6121c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Merge pull request #159 from cachix/update-readme

    Update README for v19
    domenkozar authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    193b0d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    3755e30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    167742c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #163 from cachix/fix-nix-2.14

    Support new Nix 2.14 profile PATH
    domenkozar authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    29bd929 View commit details
    Browse the repository at this point in the history
Loading