Loading
nickel: 1.10.0 -> 1.11.0
This commit bumps version and fixes tests for nickel 1.11.0. Nickel depends on `git` for testing, e.g., [init_git](https://github.com/tweag/nickel/blob/1.11.0/package/tests/util.rs#L141-L152). Without `git`, tests fail with: ``` > failures: > different_specs_different_ids > fetch_if_spec_changes > no_fetch_if_exact_match ```` Previously at `1.10.0`, `nickel/package.nix` modifies `checkFlags` to skip git related tests. This commit fixes `nickel` tests by adding `gitMinimal` to `nativeBuildInputs` instead.