Compare commits

..

No commits in common. "dependabot/github_actions/cachix/install-nix-action-25" and "main" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-stable
extra_nix_config: |

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-stable
extra_nix_config: |