mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
feat: respect newlines after =
This commit is contained in:
parent
a2212283d8
commit
efdc6fcbcb
9 changed files with 83 additions and 110 deletions
|
@ -6,6 +6,6 @@ let
|
|||
url = "https://github.com/edolstra/flake-compat/archive/${flakeCompat.rev}.tar.gz";
|
||||
sha256 = flakeCompat.narHash;
|
||||
};
|
||||
flake = import flakeCompatSrc { src = ./.; };
|
||||
flake = import flakeCompatSrc {src = ./.;};
|
||||
in
|
||||
flake.defaultNix.defaultPackage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue