This commit is contained in:
Tim Schubert 2021-06-02 21:38:52 +02:00
parent 2dcf9e12a7
commit 9b8bb5e88d
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
10 changed files with 41 additions and 43 deletions

View file

@ -1,4 +1,5 @@
{ stdenv
, lib
, git
, openssh
, bash
@ -24,7 +25,7 @@ stdenv.mkDerivation rec {
install $script $out/bin/
done
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "deploy scripts";
license = licenses.publicDomain;
platforms = platforms.linux;