tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
taskwarrior: enable on darwin
Nick Novitski
9 years ago
4edffff1
d9416bc9
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
taskwarrior
default.nix
+1
-1
pkgs/applications/misc/taskwarrior/default.nix
···
23
homepage = http://taskwarrior.org;
24
license = licenses.mit;
25
maintainers = with maintainers; [ marcweber jgeerds ];
26
-
platforms = platforms.linux;
27
};
28
}
···
23
homepage = http://taskwarrior.org;
24
license = licenses.mit;
25
maintainers = with maintainers; [ marcweber jgeerds ];
26
+
platforms = platforms.linux ++ platforms.darwin;
27
};
28
}