summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-09-24 09:53:47 -0400
committerShea Levy <shea@shealevy.com>2013-09-24 09:53:47 -0400
commit9667a1ef758c8a1c3298dfb6fa8ee06f32af3b0d (patch)
tree1c294ad78e7b437bf500a11001d171d168cdb2e9 /modules
parent9ce148e738b322899ae650b7eb42ee44af3f56dd (diff)
downloadnixlib-9667a1ef758c8a1c3298dfb6fa8ee06f32af3b0d.tar
nixlib-9667a1ef758c8a1c3298dfb6fa8ee06f32af3b0d.tar.gz
nixlib-9667a1ef758c8a1c3298dfb6fa8ee06f32af3b0d.tar.bz2
nixlib-9667a1ef758c8a1c3298dfb6fa8ee06f32af3b0d.tar.lz
nixlib-9667a1ef758c8a1c3298dfb6fa8ee06f32af3b0d.tar.xz
nixlib-9667a1ef758c8a1c3298dfb6fa8ee06f32af3b0d.tar.zst
nixlib-9667a1ef758c8a1c3298dfb6fa8ee06f32af3b0d.zip
environment.promptInit is now programs.<shell>.promptInit
Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'modules')
-rw-r--r--modules/rename.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/rename.nix b/modules/rename.nix
index ef86befe9e75..631283ce219c 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.