Skip to content

Commit

Permalink
chore: update nix flake and fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LordMZTE committed Dec 20, 2024
1 parent c9ab67d commit 3d96855
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 44 deletions.
52 changes: 9 additions & 43 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ui/toolbars.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ impl ToVariant for ColorButtons {
fn to_variant(&self) -> Variant {
Variant::from(match *self {
Self::Palette(i) => i,
Self::Custom => std::u64::MAX,
Self::Custom => u64::MAX,
})
}
}
Expand Down

0 comments on commit 3d96855

Please sign in to comment.