ceptre: format via nixfmt

This commit is contained in:
NotAShelf
2024-11-09 23:20:43 +03:00
parent f3cced0b68
commit 97eb707293
+6 -1
View File
@@ -1,4 +1,9 @@
{ lib, stdenv, fetchFromGitHub, mlton }:
{
lib,
stdenv,
fetchFromGitHub,
mlton,
}:
stdenv.mkDerivation {
pname = "ceptre";