Replace substituteAll with replaceVars
This commit is contained in:
parent
d52b1dcbff
commit
ae71eca94a
1 changed files with 1 additions and 7 deletions
|
@ -1,20 +1,14 @@
|
||||||
{ 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
|
|
||||||
slurp
|
|
||||||
uni
|
uni
|
||||||
zsh
|
zsh
|
||||||
;
|
;
|
||||||
# wfRecorder = pkgs.wf-recorder;
|
|
||||||
wlClipboard = pkgs.wl-clipboard;
|
wlClipboard = pkgs.wl-clipboard;
|
||||||
xdgUserDirs = pkgs.xdg-user-dirs;
|
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
pkgs.runCommand "launcher" { } ''
|
pkgs.runCommand "launcher" { } ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue