Skip to content

Commit 3d53356

Browse files
authored
fix: use jazzy by default (ZettaScaleLabs#68)
1 parent d45d184 commit 3d53356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
let
2424
# List of supported ROS distros
2525
distros = [
26-
"humble" # LTS
2726
"jazzy" # default
2827
"rolling"
28+
"humble" # LTS
2929
];
3030

3131
pkgs = import nixpkgs {

0 commit comments

Comments
 (0)