feat: remove iamb.

This commit is contained in:
CronyAkatsuki 2025-11-07 16:19:47 +01:00
parent 9218a830ae
commit 9385a7cdb6
3 changed files with 10 additions and 128 deletions

View file

@ -41,12 +41,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# iamb, a matrix tui client. Latest possible version
iamb = {
url = "github:ulyssa/iamb";
inputs.nixpkgs.follows = "nixpkgs";
};
# Support for android
nix-on-droid = {
url = "github:nix-community/nix-on-droid/release-24.05";