Skip to content

Commit

Permalink
style: Apply linters
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Nov 10, 2024
1 parent 18017bd commit 1505c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
};

outputs =
{ ... }@inputs:
inputs:
{
lib = {
makeLib =
Expand Down
2 changes: 1 addition & 1 deletion test/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
inputs.slime.url = "github:slime/slime";
inputs.slime.flake = false;

outputs = {}: {};
outputs = _: {};
}

0 comments on commit 1505c9d

Please sign in to comment.