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: nixbuild/nix-quick-install-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v27
Choose a base ref
...
head repository: nixbuild/nix-quick-install-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v28
Choose a head ref
  • 9 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 15, 2024

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

Commits on Mar 17, 2024

  1. Add Nix 2.20.5 and 2.21.0

    Also remove all Nix versions vulnerable to CVE-2024-27297.
    rickynils committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    b657bdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de77414 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #42 from nixbuild/nix_2_2x

    Add Nix 2.20.5 and 2.21.0
    rickynils authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    ac5ac30 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. cicd: Fix Nix version

    rickynils committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f188189 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Bump Nix versions

    * 2.22.0 (new)
    * 2.21.0 -> 2.21.2
    * 2.20.5 -> 2.20.6
    * 2.19.3 -> 2.19.4
    * 2.18.1 -> 2.18.2
    * 2.3.17 -> 2.3.18
    rickynils committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4970493 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ff55bf View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Downgrade nixpkgs because of MacOS build error

    It seems NixOS/nixpkgs#287609 caused the following
    build error for us on MacOS:
    
    ```
    error:
           … while evaluating a branch condition
    
             at /nix/store/hxvhrj46m6j9m1x2z4qa4s1r4gw18sqv-source/pkgs/stdenv/booter.nix:99:7:
    
               98|     thisStage =
               99|       if args.__raw or false
                 |       ^
              100|       then args'
    
           … in the right operand of the update (//) operator
    
             at /nix/store/hxvhrj46m6j9m1x2z4qa4s1r4gw18sqv-source/pkgs/stdenv/booter.nix:84:7:
    
               83|       { allowCustomOverrides = index == 1; }
               84|       // (stageFun prevStage))
                 |       ^
               85|     (lib.lists.reverseList stageFuns);
    
           (stack trace truncated; use '--show-trace' to show the full trace)
    
           error: value is a function while a set was expected
    ```
    
    We should look into if this is an issue in nixpkgs or in our MacOS
    environment (GitHub).
    
    This commit changes the following Nix versions:
    
      * 2.21.2 -> 2.21.0
      * 2.20.6 -> 2.20.5
      * 2.19.4 -> 2.19.3
      * 2.3.18 -> 2.3.17
    rickynils committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2eeac83 View commit details
    Browse the repository at this point in the history
  2. Release v28

    rickynils committed May 2, 2024
    Configuration menu
    Copy the full SHA
    60e9c39 View commit details
    Browse the repository at this point in the history
Loading