Reformat
This commit is contained in:
parent
3322049dc8
commit
783b2d39ce
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue