We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3b460 commit 5a81b4cCopy full SHA for 5a81b4c
flake.nix
@@ -27,7 +27,7 @@
27
# allow to disable treefmt in downstream flakes
28
] ++ inputs.nixpkgs.lib.optional (inputs.treefmt-nix ? flakeModule) ./treefmt/flake-module.nix;
29
30
- perSystem = { self', config, lib, ... }: {
+ perSystem = { self', lib, ... }: {
31
checks =
32
let
33
packages = lib.mapAttrs' (n: lib.nameValuePair "package-${n}") self'.packages;
0 commit comments