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 }:
|
||||
let
|
||||
script = pkgs.substituteAll {
|
||||
src = ./launcher.zsh;
|
||||
script = pkgs.replaceVars ./launcher.zsh {
|
||||
inherit (pkgs)
|
||||
fzy
|
||||
jq
|
||||
libqalculate
|
||||
nix
|
||||
pass
|
||||
slurp
|
||||
uni
|
||||
zsh
|
||||
;
|
||||
# wfRecorder = pkgs.wf-recorder;
|
||||
wlClipboard = pkgs.wl-clipboard;
|
||||
xdgUserDirs = pkgs.xdg-user-dirs;
|
||||
};
|
||||
in
|
||||
pkgs.runCommand "launcher" { } ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue