NixOS / hydra

Hydra, the Nix-based continuous build system
http://nixos.org/hydra
GNU General Public License v3.0
1.1k stars 291 forks source link

Small fixes for the development environment #1351

Closed Ma27 closed 5 months ago

Ma27 commented 5 months ago

cc @Ericson2314

doc/manual: fix instructions in contribution guidelines

In 5db374c the bootstrap script was removed, however it's still referenced in the contribution guidelines. Change that to autoreconfPhase as intended by the commit.

package: move foreman to nativeCheckInputs

In 1bd195a strictDeps was set for the Hydra package. As a result, checkInputs aren't available anymore in the local dev-shell which is the sole purpose of foreman, to start services and a database for development.