Loading pkgs/by-name/re/redlib/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ nixosTests, rustPlatform, fetchFromGitHub, nix-update-script, }: rustPlatform.buildRustPackage rec { pname = "redlib"; Loading Loading @@ -61,8 +62,9 @@ rustPlatform.buildRustPackage rec { SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt"; }; passthru.tests = { inherit (nixosTests) redlib; passthru = { tests = nixosTests.redlib; updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; }; meta = { Loading Loading
pkgs/by-name/re/redlib/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ nixosTests, rustPlatform, fetchFromGitHub, nix-update-script, }: rustPlatform.buildRustPackage rec { pname = "redlib"; Loading Loading @@ -61,8 +62,9 @@ rustPlatform.buildRustPackage rec { SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt"; }; passthru.tests = { inherit (nixosTests) redlib; passthru = { tests = nixosTests.redlib; updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; }; meta = { Loading