Skip to content

Instantly share code, notes, and snippets.

@adrianparvino
Last active October 12, 2020 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianparvino/8d6f90fe43fe00dfd8efd0f1c8cb748f to your computer and use it in GitHub Desktop.
Save adrianparvino/8d6f90fe43fe00dfd8efd0f1c8cb748f to your computer and use it in GitHub Desktop.
systemd-celery-generator = pkgs.stdenvNoCC.mkDerivation {
name = "systemd-celery-generator";
src = pkgs.python3Packages.celery.src;
installPhase = ''
mkdir -p $out/etc/
cp -r ./extra/systemd $out/etc/
'';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment