nixseparatedebuginfod2: prepare for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-28 07:20:49 +01:00
parent ffd5ff15a3
commit 607bc9ad37
@@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
passthru.tests = { inherit (nixosTests) nixseparatedebuginfod2; };
# flaky tests
checkFlags = [ "--skip substituter::http" ];
checkFlags = [ "--skip=substituter::http" ];
meta = {
description = "Downloads and provides debug symbols and source code for nix derivations to gdb and other debuginfod-capable debuggers as needed";