Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
kiokuless committed Oct 28, 2023
1 parent 7227d9c commit b092594
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/languages/rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ in
}
))
(lib.mkIf (cfg.enable && pkgs.stdenv.isDarwin) {
# env.RUSTFLAGS = [ "-L framework=${config.devenv.profile}/Library/Frameworks" ];
env.RUSTFLAGS = "wakumaru";
env.RUSTFLAGS = "-L framework=${config.devenv.profile}/Library/Frameworks";
env.RUSTDOCFLAGS = "wakumaru";
env.CFLAGS = [ "-iframework ${config.devenv.profile}/Library/Frameworks" ];
})
Expand Down

0 comments on commit b092594

Please sign in to comment.