Skip to content

Commit

Permalink
remove unused parameters where there is a ...
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed Dec 20, 2024
1 parent 58ae9f0 commit 222a770
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/restic.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
config,
lib,
secretsDir,
...
}:
{
Expand Down Expand Up @@ -42,7 +41,7 @@
'';
type = lib.types.attrsOf (
lib.types.submodule (
{ name, ... }:
{ ... }:
{
options = {
repository = lib.mkOption {
Expand Down

0 comments on commit 222a770

Please sign in to comment.