Update dependencies

This commit is contained in:
Charlotte Van Petegem 2022-09-28 15:28:09 +02:00
parent 5ff35c24c2
commit c0ee886178
No known key found for this signature in database
GPG key ID: 019E764B7184435A
9 changed files with 28 additions and 9410 deletions

View file

@ -18,7 +18,7 @@ let
xdgUserDirs = pkgs.xdg-user-dirs;
};
in
pkgs.runCommandNoCC "launcher" { } ''
pkgs.runCommand "launcher" { } ''
mkdir -p $out/bin
cp ${script} $out/bin/launcher
chmod +x $out/bin/launcher