From c148758eaf25cb5cc65d25f061afbf4db15c176a Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Thu, 24 Aug 2023 15:19:40 -0700 Subject: [PATCH] flake.nix: remove trailing whitespace --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1767925..da630ac 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ inherit system overlays; }; rustSettings = with pkgs; { - src = ./.; + src = ./.; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; cargoHash = nixpkgs.lib.fakeHash;