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

Commits on Jan 2, 2021

  1. clean error outputs

    On error, just mark the error with `core.setFailed`, this is enough to
    kill the process.
    
    Replace child_process.execFileSync with '@actions/exec'.exec to be async
    all the way.
    zimbatm committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    f22d9c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. fixup! clean error outputs

    zimbatm committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    dd28952 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Merge pull request #72 from zimbatm/clean-errors

    clean error outputs
    domenkozar authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    33a8b9c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. nix: only use stable commands

    Avoid the following error when installing nix-unstable:
    
        experimental Nix feature 'nix-command' is disabled; use '--experimental-features nix-command' to override
    zimbatm committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    9831d0f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76 from zimbatm/no-unstable

    only use stable nix commands
    domenkozar authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    26cfe1e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Add pushFilter to allow filtering cache derivations

    This allows filtering derivations to be pushed via an optional
    `pushFilter` variable.
    
    The use case behind it is to not push the actually built derivation, but
    only runtime and build dependencies.
    
    Signed-off-by: Sascha Grunert <mail@saschagrunert.de>
    saschagrunert committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    f1560b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77 from saschagrunert/push-filter

    Add `pushFilter` to allow filtering cache derivations
    domenkozar authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    565940c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. chore(deps): bump y18n from 4.0.0 to 4.0.1

    Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
    - [Release notes](https://github.com/yargs/y18n/releases)
    - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/yargs/y18n/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    b76e7d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Merge pull request #78 from cachix/dependabot/npm_and_yarn/y18n-4.0.1

    chore(deps): bump y18n from 4.0.0 to 4.0.1
    domenkozar authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    6e2051a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. install-nix-action-v13

    domenkozar committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    691ca2d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79 from cachix/nix-13

    install-nix-action-v13
    domenkozar authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    d2627f2 View commit details
    Browse the repository at this point in the history
  3. better error message

    domenkozar committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    2689c27 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    fa1f7cd View commit details
    Browse the repository at this point in the history
  2. fix bug with nix master

    domenkozar committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    13c6d22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    448ed60 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #81 from cachix/test-nix-master

    test nix master with cachix
    domenkozar authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    73e75d1 View commit details
    Browse the repository at this point in the history
Loading