flake that provides betterbird binaries
Find a file
2025-01-03 16:58:36 -08:00
.gitignore initial commit 2025-01-03 16:58:36 -08:00
betterbird-unwrapped.nix initial commit 2025-01-03 16:58:36 -08:00
betterbird.nix initial commit 2025-01-03 16:58:36 -08:00
flake.lock initial commit 2025-01-03 16:58:36 -08:00
flake.nix initial commit 2025-01-03 16:58:36 -08:00
LICENSE initial commit 2025-01-03 16:58:36 -08:00
README.md initial commit 2025-01-03 16:58:36 -08:00

Betterbird

Provides binary releases of betterbird.

{
    inputs = {
      betterbird.url = "git+https://code.youwen.dev/youwen5/betterbird-flake";
      # recommended
      betterbird.inputs.nixpkgs.follows = "nixpkgs";
    };
}