cue: format with nixfmt

This commit is contained in:
Aaron Jheng
2024-11-20 10:06:42 +08:00
parent 5261c3cda1
commit bbeed35f79
+9 -8
View File
@@ -1,10 +1,11 @@
{ buildGoModule
, fetchFromGitHub
, lib
, installShellFiles
, testers
, cue
, callPackage
{
buildGoModule,
fetchFromGitHub,
lib,
installShellFiles,
testers,
cue,
callPackage,
}:
buildGoModule rec {
@@ -49,7 +50,7 @@ buildGoModule rec {
};
};
meta = with lib; {
meta = with lib; {
description = "Data constraint language which aims to simplify tasks involving defining and using data";
homepage = "https://cuelang.org/";
license = licenses.asl20;