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: v26
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: V27
Choose a head ref
  • 12 commits
  • 3 files changed
  • 4 contributors

Commits on May 12, 2024

  1. nix: 2.20.5 -> 2.21.2

    kashw2 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    46095f4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Enable always-allow-substitutes by default

    A typical CI machine will have fast internet access, but may not have
    all the inputs already in the store to rebuild trivial derivations
    marked with `allowSubstitutes = false`. This leads to expensive cycles
    of downloads and rebuilds for derivations like the top-level NixOS
    system, which will be rebuilt from scratch on every CI run, despite
    being cached.
    sandydoo committed May 14, 2024
    Configuration menu
    Copy the full SHA
    859c1e7 View commit details
    Browse the repository at this point in the history
  2. Update README

    sandydoo committed May 14, 2024
    Configuration menu
    Copy the full SHA
    01dba9f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. ci: switch to macos-13

    sandydoo committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d6c2f5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    529d659 View commit details
    Browse the repository at this point in the history
  3. ci: update nixpkgs channel

    sandydoo committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2f46901 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dce380 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #207 from cachix/always-allow-substitutes

    Enable `always-allow-substitutes` by default
    domenkozar authored May 15, 2024
    Configuration menu
    Copy the full SHA
    262815e View commit details
    Browse the repository at this point in the history
  6. 2.22.1

    domenkozar authored May 15, 2024
    Configuration menu
    Copy the full SHA
    6060e02 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #206 from kashw2/nix-update

    nix: 2.20.5 -> 2.21.2
    domenkozar authored May 15, 2024
    Configuration menu
    Copy the full SHA
    1e14eb0 View commit details
    Browse the repository at this point in the history
  8. ci: updated pinned installer

    sandydoo committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d9660bf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #208 from cachix/fix-macos-tests

    ci: fix tests
    domenkozar authored May 15, 2024
    Configuration menu
    Copy the full SHA
    ba0dd84 View commit details
    Browse the repository at this point in the history
Loading