From 9667a1ef758c8a1c3298dfb6fa8ee06f32af3b0d Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 24 Sep 2013 09:53:47 -0400 Subject: [PATCH] environment.promptInit is now programs..promptInit Signed-off-by: Shea Levy --- modules/rename.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/rename.nix b/modules/rename.nix index ef86befe9e7..631283ce219 100644 --- a/modules/rename.nix +++ b/modules/rename.nix @@ -108,4 +108,8 @@ in zipModules ([] ++ rename obsolete "boot.loader.efiBootStub.runEfibootmgr" "boot.loader.efi.canTouchEfiVariables" ++ rename obsolete "boot.loader.efi.efibootmgr.enable" "boot.loader.efi.canTouchEfiVariables" +# NixOS environment changes +# !!! this hardcodes bash, could we detect from config which shell is actually used? +++ rename obsolete "environment.promptInit" "programs.bash.promptInit" + ) # do not add renaming after this.