Skip to content

Commit

Permalink
Nim: fix darwin build by including security framework
Browse files Browse the repository at this point in the history
  • Loading branch information
thenonameguy committed Mar 27, 2023
1 parent 7bdefce commit 0e7c7ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/modules/languages/nim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ in
packages = [
cfg.package
pkgs.nimlsp
];
] ++ lib.optionals pkgs.stdenv.isDarwin (with pkgs.darwin.apple_sdk; [
frameworks.Security
]);
};
}

0 comments on commit 0e7c7ed

Please sign in to comment.