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:
parent
3daca47b2c
commit
06b541ed66
4 changed files with 19 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue