Loading pkgs/by-name/li/lightning-terminal/package.nix +23 −19 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ fetchYarnDeps, go, versionCheckHook, testers, runCommandWith, curl, lightning-terminal, _experimental-update-script-combinators, Loading Loading @@ -99,13 +99,18 @@ buildGoModule rec { versionCheckHook ]; passthru.tests.litd-app = testers.runCommand { passthru.tests.litd-app = runCommandWith { name = "test-litd-app"; derivationArgs = { nativeBuildInputs = [ curl lightning-terminal ]; script = '' }; } '' litd \ --uipassword=12345678 \ --insecure-httplisten=127.0.0.1:8080 \ Loading @@ -116,7 +121,6 @@ buildGoModule rec { touch $out fi ''; }; # Usage: nix-shell maintainers/scripts/update.nix --argstr package lightning-terminal --argstr commit true passthru.updateScript = _experimental-update-script-combinators.sequence [ Loading Loading
pkgs/by-name/li/lightning-terminal/package.nix +23 −19 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ fetchYarnDeps, go, versionCheckHook, testers, runCommandWith, curl, lightning-terminal, _experimental-update-script-combinators, Loading Loading @@ -99,13 +99,18 @@ buildGoModule rec { versionCheckHook ]; passthru.tests.litd-app = testers.runCommand { passthru.tests.litd-app = runCommandWith { name = "test-litd-app"; derivationArgs = { nativeBuildInputs = [ curl lightning-terminal ]; script = '' }; } '' litd \ --uipassword=12345678 \ --insecure-httplisten=127.0.0.1:8080 \ Loading @@ -116,7 +121,6 @@ buildGoModule rec { touch $out fi ''; }; # Usage: nix-shell maintainers/scripts/update.nix --argstr package lightning-terminal --argstr commit true passthru.updateScript = _experimental-update-script-combinators.sequence [ Loading