remove bottom from unstable packages
(is in stable now)
This commit is contained in:
parent
4bd1430f0a
commit
a8b3f4b16c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ let
|
||||||
uffd = callPackage ./uffd {};
|
uffd = callPackage ./uffd {};
|
||||||
|
|
||||||
# TODO: are these still needed (but also not sure if downgrades are possible)
|
# 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)
|
in pkgs.extend(_: _: newpkgs)
|
||||||
|
|
Loading…
Reference in a new issue