From 0400c1b920f144ee76a4f1ebf4305399709a1ba2 Mon Sep 17 00:00:00 2001 From: Mirco Bauer Date: Sun, 21 Apr 2024 16:14:28 +0800 Subject: [PATCH] GitHub-CI/build_nix_NixOS-stable: rename job to build_nix_NixOS-unstable Turns out the nixos/nix Docker image is using https://nixos.org/channels/nixpkgs-unstable as the default channel instead of stable. So this job was always testing builds on/against Nix unstable which is now correctly reflected in the job name. --- .github/workflows/auto-ci-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-ci-builds.yml b/.github/workflows/auto-ci-builds.yml index e7633d5c..20dff15f 100644 --- a/.github/workflows/auto-ci-builds.yml +++ b/.github/workflows/auto-ci-builds.yml @@ -331,7 +331,7 @@ jobs: run: | dpkg-buildpackage -us -uc -rfakeroot --build=binary - build_nix_NixOS-stable: + build_nix_NixOS-unstable: runs-on: ubuntu-latest container: nixos/nix steps: