From 36593d372577b85bb340c646f576070c1c8be4ba Mon Sep 17 00:00:00 2001 From: Elias Ainsworth Date: Sun, 10 Nov 2024 23:20:24 -0700 Subject: [PATCH] Update flake.nix Undo change made by nixfmt-rfc-style --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 8727e73..0484dd9 100644 --- a/flake.nix +++ b/flake.nix @@ -9,8 +9,7 @@ # inputs is used to get the original standard library, and to pass inputs to the plugin autodiscovery function lib = import ./lib/stdlib-extended.nix inputs; in - flake-parts.lib.mkFlake - { + flake-parts.lib.mkFlake { inherit inputs; specialArgs = { inherit lib;