A flake packaging of blurp from https://git.coopcloud.tech/decentral1se/blurp.
.config | ||
.editorconfig | ||
.envrc | ||
.gitignore | ||
.prettierignore | ||
CODE_OF_CONDUCT.md | ||
flake.lock | ||
flake.nix | ||
LICENSE.md | ||
README.md |
Blurp Flake
A tool for deleting old posts on GoToSocial instances.
Usage:
Include the flake as one of your flake's inputs:
inputs.blurp.url = "git+https://src.mfgames.com/nixos-contrib/blurp-flake.git";
outputs = inputs@{ self, ...}: {}
Then just add it to your packages.
environment.systemPackages = [
inputs.blurp.packages.${pkgs.system}.default
];
Source
This is a NixOS flake packaging of blurp. The DCO and license only apply to the flake itself, see that project for additional details.