Replace substituteAll with replaceVars
Some checks are pending
Cachix / build (elendel) (push) Waiting to run
Cachix / build (kholinar) (push) Waiting to run
Cachix / build (marabethia) (push) Waiting to run

This commit is contained in:
Charlotte Van Petegem 2025-04-30 18:51:29 +02:00
parent d52b1dcbff
commit 5f8d59c405
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -1,10 +1,8 @@
{ pkgs, stdenv }:
let
script = pkgs.substituteAll {
src = ./launcher.zsh;
script = pkgs.replaceVars ./launcher.zsh {
inherit (pkgs)
fzy
jq
libqalculate
nix
pass
@ -12,7 +10,6 @@ let
uni
zsh
;
# wfRecorder = pkgs.wf-recorder;
wlClipboard = pkgs.wl-clipboard;
xdgUserDirs = pkgs.xdg-user-dirs;
};