Skip to content

Commit 3a4da49

Browse files
committed
albyhub: remove redundant boolToString definition
1 parent 1282471 commit 3a4da49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/albyhub.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ let
88
bitcoind = config.services.bitcoind;
99
lnd = config.services.lnd;
1010

11-
boolToString = b: if b then "true" else "false";
12-
1311
envFileContent =
1412
let
1513
backendOpts =

0 commit comments

Comments
 (0)