chore: fmt
This commit is contained in:
parent
3465e4a736
commit
63077293c3
1 changed files with 2 additions and 4 deletions
|
@ -1,9 +1,7 @@
|
|||
{ fetchFromGitea, buildGoModule, ... }:
|
||||
|
||||
let
|
||||
pname = "cass";
|
||||
in
|
||||
buildGoModule {
|
||||
let pname = "cass";
|
||||
in buildGoModule {
|
||||
inherit pname;
|
||||
version = "0.0.1";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue