grap: nixfmt

This commit is contained in:
wxt 2024-10-22 12:29:45 +08:00
parent 0cf95386a9
commit c42f79303e

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";