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

Commit cd3f007

Browse files
committed
Make flake.nix whitespace consistent
1 parent e31ad42 commit cd3f007

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

flake.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
pkgs = import nixpkgs { inherit system overlays; };
1818
rust = pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
1919
inputs = [
20-
rust
20+
rust
2121
pkgs.rust-analyzer
2222
pkgs.openssl
2323
pkgs.zlib
@@ -27,7 +27,7 @@
2727
pkgs.wasm-pack
2828
pkgs.wasm-bindgen-cli
2929
pkgs.binaryen
30-
pkgs.clang
30+
pkgs.clang
3131
pkgs.corepack_20
3232
pkgs.nodejs_20
3333
] ++ pkgs.lib.optionals (!pkgs.stdenv.isDarwin) [
@@ -50,14 +50,14 @@
5050

5151

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

0 commit comments

Comments
 (0)