remove bottom from unstable packages

(is in stable now)
pull/5/head
stuebinm 2022-11-10 21:23:32 +01:00
parent 4bd1430f0a
commit a8b3f4b16c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ let
uffd = callPackage ./uffd {};
# TODO: are these still needed (but also not sure if downgrades are possible)
inherit (unstable) bottom vaultwarden vaultwarden-vault;
inherit (unstable) vaultwarden vaultwarden-vault;
};
in pkgs.extend(_: _: newpkgs)