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 authored and bbjubjub2494 committed Jun 4, 2024
1 parent cffaaf0 commit cbc9360
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:
- redflake
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.tar.gz
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-unstable.tar.gz
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-24.05.tar.gz
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit cbc9360

Please sign in to comment.