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: v31.6.2
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: v31.7.0
Choose a head ref
  • 12 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 21, 2025

  1. fix: set up the environment based on the installer shell scripts

    The installer scripts would normally set up the various environment variables that Nix needs.
    Since GitHub doesn't run any profile or rc scripts by default, we need to set these up ourselves.
    sandydoo committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    df46bbf View commit details
    Browse the repository at this point in the history
  2. test: validate environment variables

    Add a test to check that the environment is correctly set.
    sandydoo committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    e298689 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d914f6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    581a134 View commit details
    Browse the repository at this point in the history
  5. lint

    sandydoo committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    d487f94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7449e89 View commit details
    Browse the repository at this point in the history
  7. tests: refactor tests to run under a single matrix

    Add additional os versions for both linux and macos.
    sandydoo committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    29a4dac View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Merge pull request #251 from cachix/fix-env

    fix: set up the environment based on the installer shell scripts
    sandydoo authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    cbf4b16 View commit details
    Browse the repository at this point in the history
  2. ci: add ubuntu-22.04-arm

    sandydoo committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    6676c23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb0f6c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. Configuration menu
    Copy the full SHA
    effa594 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9280e7a View commit details
    Browse the repository at this point in the history
Loading