Replace substituteAll with replaceVars
Some checks failed
Cachix / build (elendel) (push) Successful in 3m30s
Cachix / build (kholinar) (push) Failing after 4m19s
Cachix / build (marabethia) (push) Successful in 4m50s

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

View file

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