Loading pkgs/servers/web-apps/shiori/default.nix +2 −2 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub, nixosTests, installShellFiles }: { lib, buildGoModule, fetchFromGitHub, nixosTests, installShellFiles, stdenv }: buildGoModule rec { pname = "shiori"; Loading @@ -16,7 +16,7 @@ buildGoModule rec { }; nativeBuildInputs = [ installShellFiles ]; postInstall = '' postInstall = lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) '' installShellCompletion --cmd shiori \ --bash <($out/bin/shiori completion bash) \ --fish <($out/bin/shiori completion fish) \ Loading Loading
pkgs/servers/web-apps/shiori/default.nix +2 −2 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub, nixosTests, installShellFiles }: { lib, buildGoModule, fetchFromGitHub, nixosTests, installShellFiles, stdenv }: buildGoModule rec { pname = "shiori"; Loading @@ -16,7 +16,7 @@ buildGoModule rec { }; nativeBuildInputs = [ installShellFiles ]; postInstall = '' postInstall = lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) '' installShellCompletion --cmd shiori \ --bash <($out/bin/shiori completion bash) \ --fish <($out/bin/shiori completion fish) \ Loading