Skip to content

Commit 2ada9c4

Browse files
Update modules/plan.nix
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d07d99b commit 2ada9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/plan.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ in
4141
then mkOption {
4242
type = attrsOf package;
4343
}
44-
else genAttrs config.package-keys (n:
44+
else genAttrs config.package-keys (_n:
4545
mkOption {
4646
type = package;
4747
});

0 commit comments

Comments
 (0)