mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-21 14:52:52 +00:00
nix-shell: add bash5 for testing (#209)
This commit is contained in:
parent
f208ce1bb1
commit
4a852bb21c
1 changed files with 2 additions and 1 deletions
|
@ -7,8 +7,9 @@
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [ bc coreutils i3lock-color gawk gnugrep gnused imagemagick procps shellcheck xorg.xdpyinfo xorg.xrandr xorg.xset ];
|
buildInputs = with pkgs; [ bash_5 bc coreutils i3lock-color gawk gnugrep gnused imagemagick procps shellcheck xorg.xdpyinfo xorg.xrandr xorg.xset ];
|
||||||
shellHooks = ''
|
shellHooks = ''
|
||||||
|
alias bash5="${pkgs.bash_5}/bin/bash"
|
||||||
alias i3lock="i3lock-color"
|
alias i3lock="i3lock-color"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue