Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nix-serve: 0.2-e4675e3 -> unstable-2024-04-08
The current version in nixpkgs is from 2018, and there's been a lot of fixes and features since then. Passthru tests failed, as nix-serve seems to be shelling out to a `nix-command` which needs an explicitly enabled since some Nix versions: ``` machine # [ 5.920336] nix-serve-start[840]: error: experimental Nix feature 'nix-command' is disabled; use '--extra-experimental-features nix-command' to override ``` Rather than patching this, I fixed it by giving nix-serve a Nix binary in $PATH that doesn't require that - while keeping the nix.perlBindings. The passthru tests now succeed.
- Loading branch information