nixpkgs/modules/profiles
Jan Malakhovski b3f4040512 Radically change the way NixOS handles environment variables and make it possible not to use Bash as the default interactive shell.
This change does two things:

* "NixOSizes" environment variables generation. This allows some more
  error-checking and opens possibilities for a modular environment
  configuration. From now on the most of environment variables are
  generated directly by the nix code. Generating sh code that
  generates environment variables is left in a few places where
  nontrivial access to a local environment state is needed.
* By doing the first change this patch untangles bash from the
  environment configuration and makes it trivial to add a support for
  other non bash-compatible shells.

Now to the sad part. This change is quite large (and I'm not sure it's
possible to split it) and yet is not quite complete, it needs some
changes to nixpkgs to be perfect.
See !!! comments in modules/config/shells-environment.nix.

Main principle behind this change is "change environment generation
and nothing else". In particular, shell configuration principles stay
exactly the same as before.
2013-09-23 16:55:25 +00:00
..
all-hardware.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
base.nix Make xz available by default 2013-01-30 15:01:31 +01:00
clone-config.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
demo.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
graphical.nix * Include glxinfo/glxgears in the graphical profile. It's very small. 2011-11-08 19:18:34 +00:00
headless.nix Don't start emergency mode on EC2 instances 2013-01-21 21:01:48 +01:00
installation-device.nix Radically change the way NixOS handles environment variables and make it possible not to use Bash as the default interactive shell. 2013-09-23 16:55:25 +00:00
minimal.nix splitted ssh/sshd X11 forwarding logic. Backward compatible change. 2012-03-25 15:42:05 +00:00
qemu-guest.nix NixOS VM tests: Use 9p instead of CIFS 2013-07-05 17:24:49 +02:00