mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 20:47:46 +00:00
feat: update dependencies
This commit is contained in:
parent
cc6c15079b
commit
4aa0d7cf62
10 changed files with 371 additions and 348 deletions
|
@ -11,24 +11,26 @@
|
|||
|
||||
fenix = inputs.fenix.packages.${system};
|
||||
nixpkgs = import inputs.nixpkgs { inherit system; };
|
||||
in
|
||||
{
|
||||
devShell.${system} = nixpkgs.mkShell {
|
||||
name = "alejandra";
|
||||
packages = [
|
||||
(
|
||||
fenix.combine [
|
||||
fenix.latest.rustc
|
||||
fenix.latest.toolchain
|
||||
fenix.targets."wasm32-unknown-unknown".latest.rust-std
|
||||
]
|
||||
)
|
||||
nixpkgs.binaryen
|
||||
nixpkgs.pkg-config
|
||||
nixpkgs.openssl
|
||||
nixpkgs.yarn
|
||||
nixpkgs.wasm-pack
|
||||
];
|
||||
};
|
||||
in {
|
||||
devShell.${system} = nixpkgs.mkShell {
|
||||
name = "alejandra";
|
||||
packages = [
|
||||
(
|
||||
fenix.combine [
|
||||
fenix.latest.rustc
|
||||
fenix.latest.toolchain
|
||||
fenix.targets."wasm32-unknown-unknown".latest.rust-std
|
||||
]
|
||||
)
|
||||
nixpkgs.binaryen
|
||||
nixpkgs.pkg-config
|
||||
nixpkgs.openssl
|
||||
nixpkgs.yarn
|
||||
nixpkgs.wasm-pack
|
||||
];
|
||||
shellHook = ''
|
||||
export LD_LIBRARY_PATH=${nixpkgs.gcc.cc.lib}/lib:$LD_LIBRARY_PATH
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue