mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-19 11:34:07 +02:00
use string merginf not list merging
This commit is contained in:
parent
3703a67930
commit
a38010b900
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ in
|
|||
sha256 = "sha256-VDn3kQy23+QC2WKhWfe0FrUOnLuI1YwH5GxdTTVWt+A=";
|
||||
})
|
||||
];
|
||||
postPatch = oldAttrs.postPatch ++ ''
|
||||
postPatch = oldAttrs.postPatch + ''
|
||||
substituteInPlace tests/storage/databases/main/test_events_worker.py \
|
||||
--replace-fail "def test_recovery" "def no_test_recovery"
|
||||
'';
|
||||
|
|
Loading…
Add table
Reference in a new issue