Skip to content

Commit e7d25b7

Browse files
monyarmPetarKirov
andauthored
refactor(mcl/{host_info,coda}): Address comments from review of PR #104
Co-authored-by: Petar Kirov <[email protected]>
1 parent a26a713 commit e7d25b7

File tree

5 files changed

+181
-156
lines changed

5 files changed

+181
-156
lines changed

packages/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
// optionalAttrs isLinux {
6666
folder-size-metrics = pkgs.callPackage ./folder-size-metrics { };
6767
}
68-
// optionalAttrs (system == "x86_64-linux") rec {
68+
// optionalAttrs (system == "x86_64-linux") {
6969
mcl = pkgs.callPackage ./mcl {
7070
buildDubPackage = inputs'.dlang-nix.legacyPackages.buildDubPackage.override {
7171
dCompiler = inputs'.dlang-nix.packages."ldc-binary-1_38_0";

0 commit comments

Comments
 (0)