flake.nix: remove trailing whitespace

This commit is contained in:
Elnu 2023-08-24 15:19:40 -07:00
parent ba6f91f672
commit c148758eaf

View file

@ -14,7 +14,7 @@
inherit system overlays; inherit system overlays;
}; };
rustSettings = with pkgs; { rustSettings = with pkgs; {
src = ./.; src = ./.;
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ]; buildInputs = [ openssl ];
cargoHash = nixpkgs.lib.fakeHash; cargoHash = nixpkgs.lib.fakeHash;