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;
};
rustSettings = with pkgs; {
src = ./.;
src = ./.;
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];
cargoHash = nixpkgs.lib.fakeHash;