Eelco Dolstra
5c1f8cbc70
Move all of NixOS to nixos/ in preparation of the repository merge
10 years ago
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.
10 years ago
Eelco Dolstra
b3c0061a91
* services.udev.addUdevPkgs -> services.udev.packages.
* Simplified the udev rules generation: merged nixRules into
services.udev.extraRules, and handle services.udev.extraRules using
services.udev.packages.
svn path=/nixos/trunk/; revision=16655
15 years ago
Eelco Dolstra
c4f50d85cb
* Moved the last modules to modules/.
svn path=/nixos/branches/modular-nixos/; revision=15795
15 years ago
Nicolas Pierron
bb8fc2646e
Substitute the "require" of imported modules by module paths.
$ sed -i '/require =/ { :b; s,(import \([^)]*\)),\1,; /];/ { b e }; n; b b; :e }' *.nix
svn path=/nixos/branches/modular-nixos/; revision=15660
15 years ago
Nicolas Pierron
348afe7dc6
Replace old argument syntax.
svn path=/nixos/trunk/; revision=13848
15 years ago
Nicolas Pierron
2f0e8e370a
Update argument style.
svn path=/nixos/branches/fix-style/; revision=13584
15 years ago
Nicolas Pierron
1236cf61f4
replace ifEnable by mkIf and mkThenElse.
svn path=/nixos/branches/fix-style/; revision=13382
15 years ago
Michael Raskin
c76632804c
meta.function -> passthru.function
svn path=/nixos/trunk/; revision=13191
15 years ago
Michael Raskin
0d3cee6247
Typo fixed
svn path=/nixos/trunk/; revision=12757
16 years ago
Nicolas Pierron
6e6f867a0a
Add pcmcia job.
Test the new option style.
svn path=/nixos/trunk/; revision=12742
16 years ago