Skip to content

Commit

Permalink
nixos/rename: Add temporary aliases for the system.nixos.* rename revert
Browse files Browse the repository at this point in the history
See the previous commit for motivation.
  • Loading branch information
dezgeg committed Jul 27, 2018
1 parent 9619053 commit cad1c18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nixos/modules/rename.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ with lib;

{
imports = [
# !!! These were renamed the other way, but got reverted later.
# !!! Drop these before 18.09 is released.
(mkRenamedOptionModule [ "system" "nixos" "stateVersion" ] [ "system" "stateVersion" ])
(mkRenamedOptionModule [ "system" "nixos" "defaultChannel" ] [ "system" "defaultChannel" ])

(mkRenamedOptionModule [ "dysnomia" ] [ "services" "dysnomia" ])
(mkRenamedOptionModule [ "environment" "x11Packages" ] [ "environment" "systemPackages" ])
(mkRenamedOptionModule [ "environment" "enableBashCompletion" ] [ "programs" "bash" "enableCompletion" ])
Expand Down

0 comments on commit cad1c18

Please sign in to comment.