This commit is contained in:
Charlotte Van Petegem 2021-02-22 19:45:17 +01:00
parent 3322049dc8
commit 783b2d39ce
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 6 additions and 6 deletions

View file

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