about summary refs log tree commit diff stats
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/ll/ll/package.nix2
-rw-r--r--pkgs/by-name/lm/lm/package.nix1
2 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/by-name/ll/ll/package.nix b/pkgs/by-name/ll/ll/package.nix
index 1516c51c..caca5b4e 100644
--- a/pkgs/by-name/ll/ll/package.nix
+++ b/pkgs/by-name/ll/ll/package.nix
@@ -3,5 +3,7 @@ writeShellApplication {
   name = "ll";
   text = builtins.readFile ./ll.sh;
 
+  # This is sourced in the shell
   inheritPath = true;
+  bashOptions = [];
 }
diff --git a/pkgs/by-name/lm/lm/package.nix b/pkgs/by-name/lm/lm/package.nix
index e3ebe962..a80c473e 100644
--- a/pkgs/by-name/lm/lm/package.nix
+++ b/pkgs/by-name/lm/lm/package.nix
@@ -5,4 +5,5 @@ writeShellApplication {
 
   # This is sourced in the shell
   inheritPath = true;
+  bashOptions = [];
 }