grap: nixfmt

This commit is contained in:
wxt
2024-10-28 20:24:58 +08:00
parent 0cf95386a9
commit c42f79303e
+12 -1
View File
@@ -1,4 +1,15 @@
{ lib, stdenv, fetchFromGitHub, boost, libseccomp, flex, swig, bison, cmake, python3 }:
{
lib,
stdenv,
fetchFromGitHub,
boost,
libseccomp,
flex,
swig,
bison,
cmake,
python3,
}:
stdenv.mkDerivation rec {
pname = "grap";