organizing config and getting rid of withs as much as possible
This commit is contained in:
parent
42c647cb63
commit
c365ba3827
12 changed files with 142 additions and 57 deletions
|
@ -16,14 +16,16 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
fenix = with inputs.fenix.packages.${system}; combine [
|
||||
latest.toolchain
|
||||
targets.wasm32-unknown-unknown.latest.rust-std
|
||||
];
|
||||
fenix =
|
||||
with inputs.fenix.packages.${system};
|
||||
combine [
|
||||
latest.toolchain
|
||||
targets.wasm32-unknown-unknown.latest.rust-std
|
||||
];
|
||||
in
|
||||
mkShell {
|
||||
# Create your shell
|
||||
nativeBuildInputs = [
|
||||
nativeBuildInputs = [
|
||||
fenix
|
||||
pkgs.llvmPackages.bintools
|
||||
pkgs.wasm-pack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue