We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0d0ee commit 954e689Copy full SHA for 954e689
1 file changed
flake.nix
@@ -8,7 +8,7 @@
8
pkgs = nixpkgs.legacyPackages.${system};
9
in {
10
devShells.${system}.default = pkgs.mkShell {
11
- nativeBuildInputs = with pkgs; [
+ packages = with pkgs; [
12
dioxus-cli
13
wasm-bindgen-cli_0_2_100
14
];
0 commit comments