mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
Fix error in the devshell derivation
This commit is contained in:
parent
0beb468197
commit
fafcf6f981
@ -72,7 +72,6 @@
|
||||
type = "app";
|
||||
program = "${kitchen}/bin/kitchen";
|
||||
};
|
||||
devShell = pkgs.callPackage ./nix/devShell/default.nix { inherit rust-wasm; };
|
||||
}
|
||||
);
|
||||
}
|
@ -1,4 +1,7 @@
|
||||
{ pkgs, rust-wasm }:
|
||||
let
|
||||
lib = import ../lib/lib.nix;
|
||||
in
|
||||
{ pkgs, rust-wasm, wasm-pack }:
|
||||
with pkgs;
|
||||
mkShell {
|
||||
buildInputs = (lib.darwin-sdk pkgs) ++ (with pkgs; [wasm-bindgen-cli wasm-pack llvm clang rust-wasm]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user