1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00
nix/doc/manual/src
John Ericson 2f0b508c29 Get rid of bootstrap.sh
For people working on Nix with `nix develop`, it's better to just use
`autoreconfPhase` and `configurePhase`, which is standard Nixpkgs / nix
shell make from Nixpkgs practice --- it is good to emphasize the degree
to which Nix is *just* a regular C++ project which can be worked on in
the regular way.

(For people running `nix-shell`, the story is similar, except
`configurePhase` would use non-writable store paths, which matters for
hte times we use output paths before `make install`, so I kept the
existing `./configure ...` instruction.)

For people building Nix without Nix (e.g. packaging it for another
distro) they also don't need `bootstrap.sh`, and can just run
`autoreconf -vfi` directly. (More likely, they have their own idioms to
do this just as we have `autoreconfPhase`.)
2023-10-09 12:55:58 -04:00
..
advanced-topics Merge pull request #8241 from Luabee/patch-1 2023-09-28 00:11:00 +01:00
architecture Add description for file system objects (#8500) 2023-06-18 23:45:08 -04:00
command-ref remove unnecessary indentation from markdown list 2023-10-09 10:14:29 +02:00
contributing Get rid of bootstrap.sh 2023-10-09 12:55:58 -04:00
figures Move figures 2020-07-24 12:58:31 +02:00
installation Get rid of bootstrap.sh 2023-10-09 12:55:58 -04:00
language Merge pull request #9114 from fricklerhandwerk/lookup-path 2023-10-09 11:28:40 -04:00
package-management remove the Channels section 2023-07-19 09:39:04 +02:00
protocols Allow dynamic derivation deps in inputDrvs 2023-09-07 10:39:37 -04:00
release-notes Merge pull request #9004 from fricklerhandwerk/release-support 2023-09-29 15:04:00 +02:00
glossary.md Merge pull request #9044 from fricklerhandwerk/doc-realise 2023-09-26 15:28:20 +02:00
introduction.md Convert short nix options to long ones 2023-05-17 08:10:30 +01:00
quick-start.md Update doc/manual/src/quick-start.md 2023-02-19 20:00:02 -05:00
SUMMARY.md.in introduce lookup paths as a distinct language construct 2023-10-07 04:44:09 +02:00