Revert "Add the tool "nixos-typecheck" that can check an option declaration to:"

This reverts commit cad8957eab. It
breaks NixOps, but more importantly, such major changes to the module
system really need to be reviewed.
This commit is contained in:
Eelco Dolstra
2016-03-01 20:52:06 +01:00
parent bf4cafd1dd
commit f3d94cfc23
24 changed files with 127 additions and 703 deletions
+1 -7
View File
@@ -54,11 +54,6 @@ let
inherit (config.system) nixosVersion nixosCodeName nixosRevision;
};
nixos-typecheck = makeProg {
name = "nixos-typecheck";
src = ./nixos-typecheck.sh;
};
in
{
@@ -72,11 +67,10 @@ in
nixos-generate-config
nixos-option
nixos-version
nixos-typecheck
];
system.build = {
inherit nixos-install nixos-generate-config nixos-option nixos-rebuild nixos-typecheck;
inherit nixos-install nixos-generate-config nixos-option nixos-rebuild;
};
};