fix/src
Eelco Dolstra 925b975224 Embed the sandbox shell into the statically linked 'nix' binary
With this, Nix will write a copy of the sandbox shell to /bin/sh in
the sandbox rather than bind-mounting it from the host filesystem.
This makes /bin/sh work out of the box with nix-static, i.e. you no
longer get

  /nix/store/qa36xhc5gpf42l3z1a8m1lysi40l9p7s-bootstrap-stage4-stdenv-linux/setup: ./configure: /bin/sh: bad interpreter: No such file or directory
2022-06-23 04:08:28 +02:00
..
build-remote Generalize DerivationType in preparation for impure derivations 2022-03-18 14:59:56 +00:00
libcmd Merge pull request #6620 from maralorn/fix-print-missing 2022-06-16 13:23:15 +02:00
libexpr flake.cc: Make non-flake overrides sticky 2022-06-13 20:49:16 +04:00
libfetchers fix sourcehut brach/tag resolving regression 2022-06-11 16:52:20 -03:00
libmain Avoid fmt when constructor already does it 2022-04-19 01:44:11 +00:00
libstore Embed the sandbox shell into the statically linked 'nix' binary 2022-06-23 04:08:28 +02:00
libutil Style 2022-06-22 15:35:52 +02:00
nix Fix arity of --exclude flag in nix search 2022-06-20 18:00:32 +02:00
nix-build nix-build: stop logger when appropriate 2022-06-11 15:17:35 +02:00
nix-channel Fix segfault in headerCallback() 2022-03-03 11:11:16 +01:00
nix-collect-garbage Add missing rethrows in conditional exception handlers 2022-06-10 10:52:41 -07:00
nix-copy-closure copyPaths: Pass store by reference 2021-07-22 09:59:51 +02:00
nix-env nix-env: A small std::move() optimization 2022-06-09 20:01:01 +05:30
nix-instantiate store Symbols in a table as well, like positions 2022-04-21 21:56:31 +02:00
nix-store nix-store: small std::move() optimization 2022-06-09 16:25:26 +05:30
resolve-system-dependencies Get rid of most .at calls (#6393) 2022-05-04 07:44:32 +02:00
toml11 Replace cpptoml with toml11 2021-12-17 22:03:33 +01:00