Replace substituteAll with replaceVars
This commit is contained in:
parent
d52b1dcbff
commit
5f8d59c405
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
||||||
{ pkgs, stdenv }:
|
{ pkgs, stdenv }:
|
||||||
let
|
let
|
||||||
script = pkgs.substituteAll {
|
script = pkgs.replaceVars ./launcher.zsh {
|
||||||
src = ./launcher.zsh;
|
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
fzy
|
fzy
|
||||||
jq
|
|
||||||
libqalculate
|
libqalculate
|
||||||
nix
|
nix
|
||||||
pass
|
pass
|
||||||
|
@ -12,7 +10,6 @@ let
|
||||||
uni
|
uni
|
||||||
zsh
|
zsh
|
||||||
;
|
;
|
||||||
# wfRecorder = pkgs.wf-recorder;
|
|
||||||
wlClipboard = pkgs.wl-clipboard;
|
wlClipboard = pkgs.wl-clipboard;
|
||||||
xdgUserDirs = pkgs.xdg-user-dirs;
|
xdgUserDirs = pkgs.xdg-user-dirs;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue