Update wee-slack
This commit is contained in:
parent
8a653d6e6a
commit
316c522c19
17
flake.lock
17
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": {
|
||||
|
@ -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: {
|
||||
|
@ -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;
|
||||
})
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user