Skip to content

Commit

Permalink
fix: flake add back rustflags
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed May 9, 2024
1 parent 0f86364 commit 5b76f3a
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 @@ -43,7 +43,7 @@

toolchainArgs = let llvmPackages = pkgs.llvmPackages_11;
in {
# extraRustFlags = "--cfg tokio_unstable";
extraRustFlags = "--cfg tokio_unstable";

components = [ "rustc" "cargo" "clippy" "rust-analyzer" "rust-src" ];

Expand Down

0 comments on commit 5b76f3a

Please sign in to comment.