Skip to content

Commit afa8bee

Browse files
committed
ci: use nixpkgs-unstable channel instead of a pinned one
No need to pin this to a specific release, it just creates more confusion.
1 parent 385323a commit afa8bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/developer_productivity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
# This channel is only required to invoke "nix-shell".
3939
# Everything inside that nix-shell will use a pinned version of nixpkgs.
40-
nix_path: nixpkgs=channel:nixos-23.05
40+
nix_path: nixpkgs=channel:nixpkgs-unstable
4141
# Dedicated step to separate all the
4242
# "copying path '/nix/store/...' from 'https://cache.nixos.org'."
4343
# messages from the actual build output. This job takes ~60secs.

0 commit comments

Comments
 (0)