summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/virtualization/nixos-container/default.nix
AgeCommit message (Collapse)Author
2020-11-24utillinux: rename to util-linuxGraham Christensen
2020-11-12tree-wide: unify Bash completions outputs (#103421)Jonas Chevalier
Use $out/share/bash-completion/completions to store the Bash completions
2018-12-15lib.makePerlPath -> perlPackages.makePerlPathvolth
2017-03-21Revert "nixos-container: Use machinectl shell (#18825)"Eelco Dolstra
This reverts commit c37e76b4d2ac59139df8956cc2b1ec6921bea11d. Unfortunately, using "machinectl shell" has two bad side effects: * It sends the command's stderr to stdout. * It doesn't propagate the command's exit status. This broke NixOps. PR #18825.
2016-09-24nixos-container: Use machinectl shell (#18825)Wilhelm Schuster
Using nsenter+su was suboptimal since the environment they provided was not quite the same as the real container environment. See [1] for more background. Note that we directly invoke /bin/sh for `nixos-container root-login` since setting the user's shell is quite complex. See [2] for a related systemd issue. [1]: https://github.com/systemd/systemd/issues/825#issuecomment-127917622 [2]: https://github.com/systemd/systemd/issues/1395
2016-07-19nixos-containers: init package (#16959)Eric Merritt
This moves nixos-containers into its own package so that it can be relied upon by other packages/systems. This should make development using dynamic containers much easier.