We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1282471 commit 3a4da49Copy full SHA for 3a4da49
modules/albyhub.nix
@@ -8,8 +8,6 @@ let
8
bitcoind = config.services.bitcoind;
9
lnd = config.services.lnd;
10
11
- boolToString = b: if b then "true" else "false";
12
-
13
envFileContent =
14
let
15
backendOpts =
0 commit comments