nixpkgs/modules/programs/bash
Eelco Dolstra 17457297cb Update all legacy-style modules
I.e., modules that use "require = [options]".  Nowadays that should be
written as

  {
    options = { ... };
    config = { ... };
  };

Also, use "imports" instead of "require" in places where we actually
import another module.
2013-09-04 13:05:09 +02:00
..
bash.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
bashrc.sh Fix typos, especially those that end up in the NixOS manual 2013-08-10 21:07:13 +00:00
command-not-found.nix Return exit code 127 if a command is not found 2013-05-15 12:52:15 +02:00
command-not-found.pl Use programs.sqlite from the NixOS channel 2013-03-25 14:14:55 +01:00
inputrc
profile.sh Unconditionally add ~/bin to $PATH 2013-06-19 13:56:05 +02:00