Skip to content

Commit

Permalink
GitHub-CI/build_nix_NixOS-stable: rename job to build_nix_NixOS-unstable
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
meebey committed Apr 21, 2024
1 parent 91fb3e1 commit 0400c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-ci-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0400c1b

Please sign in to comment.