1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Nix Packages collection & NixOS
Find a file
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
doc
gui
lib
maintainers
modules Update all legacy-style modules 2013-09-04 13:05:09 +02:00
tests Update all legacy-style modules 2013-09-04 13:05:09 +02:00
.gitignore
.version
COPYING
default.nix Remove reference to non-existant config.tests 2013-09-03 15:14:55 +02:00
README
release-combined.nix
release.nix

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.