Skip to content

Commit a13deb1

Browse files
committed
Add .profiled and .dwarft checks
1 parent b441ab2 commit a13deb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/check.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ in stdenv.mkDerivation ((
6464
inherit (component) preCheck postCheck;
6565
}
6666
// lib.optionalAttrs (drv ? LOCALE_ARCHIVE) { inherit (drv) LOCALE_ARCHIVE; }
67-
)
67+
);
6868
in self

0 commit comments

Comments
 (0)