commit af4eadbd678ebe4f590fe824b87fe308b61f5028 parent 1ad7c0006848aa6ad0dfb9c4c157b96f8565ffff Author: Nikolay Korotkiy <sikmir@disroot.org> Date: Sat, 8 Jun 2024 18:21:16 +0400 fixup channels Diffstat:
M | .github/workflows/build.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: cachixName: - sikmir nixPath: - - nixpkgs=channel:nixpkgs-unstable + - nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz os: - ubuntu-latest - macos-latest