You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
60s timeout is not actually enough for single-threaded builds, but sometimes enough (another source of random failures).
Multi-threaded tests make nix sqlite busy, causing random failures in
Maybe just increase the testing time. But as you can see, it is always enough for github CI.
Regression testing nixpkgs-fmt. Instead, a script that outputs specific content should replace it, simply verifying that nixd passed the correct arguments to nixpkgs-fmt.
It won't increase the closure, right? Yes, a single script might be better.
nativeCheckInputs
that should be used for nixd, which are not actually needed for libnixf. #578nixd/libnixf/default.nix
Lines 33 to 36 in da2d7de
doCheck = true
in derivations.NIX_PATH
(which is non-existent in build environment) to lit, resulting in aTypeError
insubprocess.Popen
. #541attrs-completion.md
nixd/nixd/tools/meson.build
Line 34 in da2d7de
nixpkgs-fmt
. Instead, a script that outputs specific content should replace it, simply verifying that nixd passed the correct arguments to nixpkgs-fmt. #570The text was updated successfully, but these errors were encountered: