We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af1ad3 commit 749a3a6Copy full SHA for 749a3a6
nix/packages/make-checks.nix
@@ -9,7 +9,7 @@ lib.pipe pkgs [
9
check:
10
lib.nameValuePair
11
# The Nix CLI doesn't like attribute names that contain dots.
12
- (builtins.replaceStrings ["."] ["-"] check.name)
+ (builtins.replaceStrings ["."] ["-"] check.pname)
13
check
14
))
15
]
0 commit comments