temporary discord bump
This commit is contained in:
parent
ea087f500e
commit
4f80294cc2
2 changed files with 10 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
nixpkgs.overlays = with overlays; [
|
nixpkgs.overlays = with overlays; [
|
||||||
|
discord
|
||||||
linux
|
linux
|
||||||
polybar
|
polybar
|
||||||
picom
|
picom
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,15 @@
|
||||||
linux = import ./overlays/linux.nix;
|
linux = import ./overlays/linux.nix;
|
||||||
picom = import ./overlays/picom.nix;
|
picom = import ./overlays/picom.nix;
|
||||||
polybar = import ./overlays/polybar.nix;
|
polybar = import ./overlays/polybar.nix;
|
||||||
|
discord = (self: super: {
|
||||||
|
discord-canary = super.discord-canary.override rec {
|
||||||
|
version = "0.0.121";
|
||||||
|
src = builtins.fetchurl {
|
||||||
|
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
|
||||||
|
sha256 = "0s85nh31wv39adawfmllp128n0wgyisbi604n0cngzi28rdw7bph";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
});
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue