Skip to content

Commit 5a81b4c

Browse files
Mic92mergify[bot]
authored andcommitted
flake.nix: remove unused arg
1 parent 9d3b460 commit 5a81b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# allow to disable treefmt in downstream flakes
2828
] ++ inputs.nixpkgs.lib.optional (inputs.treefmt-nix ? flakeModule) ./treefmt/flake-module.nix;
2929

30-
perSystem = { self', config, lib, ... }: {
30+
perSystem = { self', lib, ... }: {
3131
checks =
3232
let
3333
packages = lib.mapAttrs' (n: lib.nameValuePair "package-${n}") self'.packages;

0 commit comments

Comments
 (0)