Skip to content

Commit

Permalink
test on 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
symphorien committed Dec 19, 2023
1 parent 619fbbe commit 61c8399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let
channelsToTest = if isDarwin then
[ "channel:nixos-unstable" ] # buildRustCrate is broken on 23.05 due to stripping rlibs
else
[ "channel:nixos-23.05" "channel:nixos-unstable" ];
[ "channel:nixos-23.11" "channel:nixos-unstable" ];
in
map
(url:
Expand Down

0 comments on commit 61c8399

Please sign in to comment.