Skip to content

Commit

Permalink
Dev: add darwin build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gigamonster256 authored and viperML committed Dec 6, 2024
1 parent 4b3e261 commit 6752252
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ mkShell {
yaml-language-server
];

buildInputs = [ ];
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.SystemConfiguration
libiconv
];

env = {
NH_NOM = "1";
Expand Down

0 comments on commit 6752252

Please sign in to comment.