Skip to content

Commit

Permalink
fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
ominit committed Jan 8, 2025
1 parent f95d130 commit 8ca5716
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,14 @@
};

devShell = pkgs.mkShell {
# inherit buildInputs;
inherit buildInputs nativeBuildInputs;
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs;
packages = with pkgs; [
dioxus-cli

(rust-bin.stable.latest.default.override {
targets = ["wasm32-unknown-unknown"];
})
];
# RUST_BACKTRACE = 1;
};
Expand Down

0 comments on commit 8ca5716

Please sign in to comment.