about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authortars0x9752 <46079709+tars0x9752@users.noreply.github.com>2022-08-10 14:58:15 +0900
committerSandro Jäckel <sandro.jaeckel@sap.com>2022-12-08 13:39:55 +0100
commit49a8c118b252339d383d7dba90b707161db00ec2 (patch)
tree611c0d4d7ec3f4ff19113d491271993b96820784 /nixos
parenta0ba4fa973847f2c8a5632af834fcce66bf55cb0 (diff)
downloadnixlib-49a8c118b252339d383d7dba90b707161db00ec2.tar
nixlib-49a8c118b252339d383d7dba90b707161db00ec2.tar.gz
nixlib-49a8c118b252339d383d7dba90b707161db00ec2.tar.bz2
nixlib-49a8c118b252339d383d7dba90b707161db00ec2.tar.lz
nixlib-49a8c118b252339d383d7dba90b707161db00ec2.tar.xz
nixlib-49a8c118b252339d383d7dba90b707161db00ec2.tar.zst
nixlib-49a8c118b252339d383d7dba90b707161db00ec2.zip
blesh: unstable-2022-07-24 -> unstable-2022-07-29, refactor
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/bash/blesh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/bash/blesh.nix b/nixos/modules/programs/bash/blesh.nix
index 0a9aa6242425..8fa51bef7744 100644
--- a/nixos/modules/programs/bash/blesh.nix
+++ b/nixos/modules/programs/bash/blesh.nix
@@ -9,7 +9,7 @@ in {
 
   config = mkIf cfg.enable {
     programs.bash.interactiveShellInit = mkBefore ''
-      source ${pkgs.blesh}/share/ble.sh
+      source ${pkgs.blesh}/share/blesh/ble.sh
     '';
   };
   meta.maintainers = with maintainers; [ laalsaas ];