From 316c522c190e2ec389f5ff962ed69ce71060a3cd Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Thu, 25 Feb 2021 11:10:02 +0300 Subject: [PATCH] Update wee-slack --- flake.lock | 17 +++++++++++++++++ flake.nix | 2 ++ modules/overlay.nix | 5 +++++ 3 files changed, 24 insertions(+) diff --git a/flake.lock b/flake.lock index 209eb28..1ea8f9c 100644 --- a/flake.lock +++ b/flake.lock @@ -379,6 +379,7 @@ "nixpkgs-wayland": "nixpkgs-wayland", "simple-nixos-mailserver": "simple-nixos-mailserver", "simple-osd-daemons": "simple-osd-daemons", + "wee-slack": "wee-slack", "weechat-notify-send": "weechat-notify-send", "weechat-scripts": "weechat-scripts", "yt-utilities": "yt-utilities" @@ -434,6 +435,22 @@ "type": "github" } }, + "wee-slack": { + "flake": false, + "locked": { + "lastModified": 1614008547, + "narHash": "sha256-FVU5ttWtqheqYB2V5CUIokLoSaGtPnFOk5/K9ir7fA0=", + "owner": "wee-slack", + "repo": "wee-slack", + "rev": "fef777b7dced08c4299c8aa2d3a8065371194b21", + "type": "github" + }, + "original": { + "owner": "wee-slack", + "repo": "wee-slack", + "type": "github" + } + }, "weechat-notify-send": { "flake": false, "locked": { diff --git a/flake.nix b/flake.nix index 93ebc07..1979f02 100644 --- a/flake.nix +++ b/flake.nix @@ -47,6 +47,8 @@ }; nixos-fhs-compat.url = "github:balsoft/nixos-fhs-compat"; simple-osd-daemons.url = "github:balsoft/simple-osd-daemons"; + wee-slack.url = "github:wee-slack/wee-slack"; + wee-slack.flake = false; }; outputs = { nixpkgs, nix, self, deploy-rs, ... }@inputs: { diff --git a/modules/overlay.nix b/modules/overlay.nix index 5b517e5..a6bf593 100644 --- a/modules/overlay.nix +++ b/modules/overlay.nix @@ -36,6 +36,11 @@ in { nerdfonts = nur.balsoft.pkgs.roboto-mono-nerd; + weechatScripts.wee-slack = super.weechatScripts.wee-slack.overrideAttrs (oa: { + src = inputs.wee-slack; + patches = [(builtins.elemAt oa.patches 0)]; + }); + # inherit (inputs.nixpkgs-mesa.legacyPackages.x86_64-linux) sway mesa_drivers; }) ];