Pull fluffychat from unstable channel
This commit is contained in:
parent
7a950208a3
commit
8e103a2c46
1 changed files with 4 additions and 1 deletions
|
@ -14,9 +14,12 @@ with inputs;
|
||||||
# Dymo label printer drivers.
|
# Dymo label printer drivers.
|
||||||
cups-dymo = prev.pkgs.callPackage ./packages/cups-dymo {};
|
cups-dymo = prev.pkgs.callPackage ./packages/cups-dymo {};
|
||||||
|
|
||||||
|
# Latest protonmail-desktop
|
||||||
|
protonmail-desktop = (import nixpkgs-unstable {inherit system;}).protonmail-desktop;
|
||||||
|
|
||||||
# Latest FluffyChat.
|
# Latest FluffyChat.
|
||||||
fluffychat =
|
fluffychat =
|
||||||
(import nixpkgs-pr-fluffychat
|
(import nixpkgs-unstable
|
||||||
{
|
{
|
||||||
inherit system;
|
inherit system;
|
||||||
overlays = [
|
overlays = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue