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: NixOS/nixos-hardware
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 08d900d475b4
Choose a base ref
...
head repository: NixOS/nixos-hardware
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 21ed8edd6297
Choose a head ref
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Nov 26, 2020

  1. build(deps): bump cachix/install-nix-action from v10 to v12

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from v10 to v12.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@v10...07da252)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 26, 2020
    Copy the full SHA
    1a2c401 View commit details
  2. set nixpkgs to unstable

    Mic92 committed Nov 26, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e64aafa View commit details
  3. Merge pull request #213 from NixOS/dependabot/github_actions/cachix/i…

    …nstall-nix-action-v12
    Mic92 authored Nov 26, 2020
    Copy the full SHA
    21ed8ed View commit details
Showing with 3 additions and 1 deletion.
  1. +3 −1 .github/workflows/test.yml
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v10
- uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Show nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- run: ./tests/run.py