Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chaserhkj committed Jul 19, 2024
1 parent 1de7b11 commit aa8d88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
) supportedGHCStackFile)
// (lib.attrsets.mapAttrs' (
name: _value: {
name = "bnfc-${name}";
name = "libBNFC-${name}";
value = allVersions.${name}.packages."BNFC:lib:BNFC";
}
) supportedGHCStackFile);
Expand Down

0 comments on commit aa8d88f

Please sign in to comment.