A flake packaging of blurp from https://git.coopcloud.tech/decentral1se/blurp.
Find a file
2025-04-08 22:33:00 -05:00
.config feat: initial commit 2025-04-08 22:24:22 -05:00
.editorconfig feat: initial commit 2025-04-08 22:24:22 -05:00
.envrc feat: initial commit 2025-04-08 22:24:22 -05:00
.gitignore feat: initial commit 2025-04-08 22:24:22 -05:00
.prettierignore feat: initial commit 2025-04-08 22:24:22 -05:00
CODE_OF_CONDUCT.md feat: initial commit 2025-04-08 22:24:22 -05:00
flake.lock feat: initial commit 2025-04-08 22:24:22 -05:00
flake.nix feat: initial commit 2025-04-08 22:24:22 -05:00
LICENSE.md feat: initial commit 2025-04-08 22:24:22 -05:00
README.md docs: updating documentation 2025-04-08 22:33:00 -05:00

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.