chore: fmt

This commit is contained in:
Ari Gato 2024-12-03 10:33:36 +01:00
parent 3465e4a736
commit 63077293c3

View file

@ -1,9 +1,7 @@
{ fetchFromGitea, buildGoModule, ... }:
let
pname = "cass";
in
buildGoModule {
let pname = "cass";
in buildGoModule {
inherit pname;
version = "0.0.1";