Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit efbdf88

Browse files
committed
Make flake.nix whitespace consistent
1 parent b483057 commit efbdf88

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

flake.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
isDarwin = system == "x86_64-darwin" || system == "aarch64-darwin";
2020
optionalPackages = if isDarwin then [] else [ pkgs.firefox ];
2121
inputs = [
22-
rust
22+
rust
2323
pkgs.rust-analyzer
2424
pkgs.openssl
2525
pkgs.zlib
@@ -29,11 +29,11 @@
2929
pkgs.wasm-pack
3030
pkgs.wasm-bindgen-cli
3131
pkgs.binaryen
32-
pkgs.clang
32+
pkgs.clang
3333
pkgs.corepack_20
3434
pkgs.nodejs_20
3535
pkgs.geckodriver
36-
] ++ optionalPackages; # add firefox only on non-darwin. darwin is listed in badPackages in pkgs.firefox's meta
36+
] ++ optionalPackages; # add firefox only on non-darwin. darwin is listed in badPackages in pkgs.firefox's meta
3737
in
3838
{
3939
defaultPackage = pkgs.rustPlatform.buildRustPackage {
@@ -48,14 +48,14 @@
4848

4949

5050
devShell = pkgs.mkShell {
51-
packages = inputs;
51+
packages = inputs;
5252
shellHook = ''
53-
export LIBCLANG_PATH=${pkgs.libclang.lib}/lib/
53+
export LIBCLANG_PATH=${pkgs.libclang.lib}/lib/
5454
export LD_LIBRARY_PATH=${pkgs.openssl}/lib:$LD_LIBRARY_PATH
5555
export CC_wasm32_unknown_unknown=${pkgs.llvmPackages_14.clang-unwrapped}/bin/clang-14
5656
export CFLAGS_wasm32_unknown_unknown="-I ${pkgs.llvmPackages_14.libclang.lib}/lib/clang/14.0.6/include/"
5757
'';
58-
};
58+
};
5959
}
6060
);
6161
}

0 commit comments

Comments
 (0)