Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: pbogdan/nix-hie
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2d77392baf350f666bd53cf26f5f8a82bee3c6d6
Choose a base ref
..
head repository: pbogdan/nix-hie
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d3dd6d35a70114add7e0d021de0d79c2ff1abf08
Choose a head ref
Showing with 11 additions and 11 deletions.
  1. +5 −5 .github/workflows/build.yml
  2. +6 −6 flake.lock
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v13
- name: Cachix
uses: cachix/cachix-action@v8
uses: cachix/cachix-action@v10
with:
name: nix-hie
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
@@ -28,7 +28,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v13
- name: Cachix
uses: cachix/cachix-action@v8
uses: cachix/cachix-action@v10
with:
name: nix-hie
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
@@ -42,7 +42,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v13
- name: Cachix
uses: cachix/cachix-action@v8
uses: cachix/cachix-action@v10
with:
name: nix-hie
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
@@ -56,7 +56,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v13
- name: Cachix
uses: cachix/cachix-action@v8
uses: cachix/cachix-action@v10
with:
name: nix-hie
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
@@ -75,7 +75,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v13
- name: Cachix
uses: cachix/cachix-action@v8
uses: cachix/cachix-action@v10
with:
name: nix-hie
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.