1
0
Fork 0

Update bugwarrior

This commit is contained in:
Malte Brandy 2018-07-29 13:07:39 +02:00
parent 2a52e409fb
commit d033f87e14
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 10 additions and 1 deletions

View file

@ -36,6 +36,15 @@ nixpkgs.config.packageOverrides = pkgs: with pkgs; {
eventd = unstablePkgs.callPackage ./packages/eventd {};
st = (import packages/st) pkgs config.m-0.colors;
neovim = (import ./nvim) pkgs config.m-0.rustdev.enable;
bugwarrior = unstablePkgs.python3Packages.bugwarrior.overrideAttrs (oldAttrs: rec {
version = "d48f735";
src = fetchFromGitHub {
owner = "ralphbean";
repo = "bugwarrior";
rev = version;
sha256 = "1facsqp1x3mcfal0c8rh6n12bavy6a9w2frlgmvv0by93y7a4nhj";
};
});
};

View file

@ -18,7 +18,7 @@ config = mkIf config.m-0.update_tasks.enable {
gitlab.only_if_assigned=${me.user}
gitlab.only_if_author=${me.user}
'';
home.packages = [ pkgs.python2Packages.bugwarrior ];
home.packages = [ pkgs.bugwarrior ];
systemd.user = {
services.update_tasks = {
Unit = {