1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

string_interp: update tests and self-lint

This commit is contained in:
Tom Bereknyei 2022-02-01 15:27:49 -05:00
parent 3daca47b2c
commit 06b541ed66
4 changed files with 19 additions and 19 deletions

View file

@ -5,9 +5,9 @@ let
flakeCompatSrc =
builtins.fetchTarball
{
url = "https://github.com/edolstra/flake-compat/archive/${ flakeCompat.rev }.tar.gz";
url = "https://github.com/edolstra/flake-compat/archive/${flakeCompat.rev}.tar.gz";
sha256 = flakeCompat.narHash;
};
flake = import flakeCompatSrc { src = ./.; };
in
flake.defaultNix.defaultPackage
flake.defaultNix.defaultPackage