Skip to content

Commit

Permalink
fixup channels
Browse files Browse the repository at this point in the history
Looks like some nix regression or a regression in https://github.com/cachix/install-nix-action
  • Loading branch information
Mic92 committed Jun 4, 2024
1 parent 88d14a7 commit 6263766
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
cachixName:
- <YOUR_CACHIX_NAME>
nixPath:
- nixpkgs=channel:nixos-unstable
- nixpkgs=channel:nixpkgs-unstable
- nixpkgs=channel:nixos-23.11
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.zip
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-unstable.zip
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-24.05.zip
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 6263766

Please sign in to comment.