Update dependencies
This commit is contained in:
parent
5ff35c24c2
commit
c0ee886178
9 changed files with 28 additions and 9410 deletions
|
@ -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
|
||||
|
|
|
@ -22,7 +22,7 @@ pkgs.writeShellScriptBin "screenshot" ''
|
|||
|
||||
if [[ -n "$remote" ]]
|
||||
then
|
||||
name=$(${pkgs.utillinux}/bin/uuidgen).png
|
||||
name=$(${pkgs.util-linux}/bin/uuidgen).png
|
||||
${pkgs.grim}/bin/grim -t png -g "$dims" - | ${pkgs.openssh}/bin/ssh data "cat > data/public/$name"
|
||||
path="https://data.vanpetegem.me/public/$name"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue