Skip to content

Commit

Permalink
Merge pull request NixOS#1351 from Ma27/hacking-fixes
Browse files Browse the repository at this point in the history
Small fixes for the development environment
  • Loading branch information
Ericson2314 authored Jan 26, 2024
2 parents 7f58895 + b4c91b5 commit 6ac4292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/manual/src/hacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ nix-shell
To build Hydra, you should then do:

```console
[nix-shell]$ ./bootstrap
[nix-shell]$ autoreconfPhase
[nix-shell]$ configurePhase
[nix-shell]$ make
```
Expand Down
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeCheckInputs = [
bzip2
darcs
foreman
top-git
mercurial
subversion
Expand All @@ -194,7 +195,6 @@ stdenv.mkDerivation (finalAttrs: {

checkInputs = [
cacert
foreman
glibcLocales
libressl.nc
python3
Expand Down

0 comments on commit 6ac4292

Please sign in to comment.