Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/nixos/modules/misc/check-config.nix

16 lines
264 B
Nix
Raw Normal View History

Add lots of missing option types
2013-10-30 17:37:45 +01:00
{ pkgs, ... }:
with pkgs.lib;
Inline the require attribute and move the set into lib/check-config.nix. svn path=/nixos/branches/modular-nixos/; revision=16194
2009-07-06 16:21:03 +00:00
{
Convert module which are declaring options into modules separated with an "options" set to declare options and a "config" set to define options. svn path=/nixos/trunk/; revision=17148
2009-09-15 08:33:45 +00:00
options = {
Add lots of missing option types
2013-10-30 17:37:45 +01:00
environment.checkConfigurationOptions = mkOption {
type = types.bool;
Convert module which are declaring options into modules separated with an "options" set to declare options and a "config" set to define options. svn path=/nixos/trunk/; revision=17148
2009-09-15 08:33:45 +00:00
default = true;
description = ''
Whether to check the validity of the entire configuration.
'';
};
Inline the require attribute and move the set into lib/check-config.nix. svn path=/nixos/branches/modular-nixos/; revision=16194
2009-07-06 16:21:03 +00:00
};
Convert module which are declaring options into modules separated with an "options" set to declare options and a "config" set to define options. svn path=/nixos/trunk/; revision=17148
2009-09-15 08:33:45 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 142ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API