Remove dash workaround

This commit is contained in:
Charlotte Van Petegem 2025-05-01 15:58:47 +02:00
parent 46c0f36349
commit 972f13579b
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
2 changed files with 2 additions and 2 deletions

View file

@ -6,9 +6,9 @@ let
libqalculate
nix
uni
wl-clipboard
zsh
;
wlClipboard = pkgs.wl-clipboard;
};
in
pkgs.runCommand "launcher" { } ''