Skip to content

Commit 954e689

Browse files
committed
flake: Change nativeBuildInput -> packages
1 parent ac0d0ee commit 954e689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
pkgs = nixpkgs.legacyPackages.${system};
99
in {
1010
devShells.${system}.default = pkgs.mkShell {
11-
nativeBuildInputs = with pkgs; [
11+
packages = with pkgs; [
1212
dioxus-cli
1313
wasm-bindgen-cli_0_2_100
1414
];

0 commit comments

Comments
 (0)