fix notcoal package

This commit is contained in:
foosinn 2022-02-26 02:13:40 +01:00
parent b30e69334a
commit 0b615ebd34
3 changed files with 192 additions and 261 deletions

View file

@ -2,15 +2,16 @@
let
unstable = import <nixos-unstable> { config.allowUnfree = true; };
notcoal = pkgs.callPackage (import ../packages/notcoal) { };
notcoal = pkgs.callPackage ../packages/notcoal { };
in {
environment.systemPackages = with pkgs; [
unstable.astroid
isync
khal
msmtp
notmuch
notcoal
thunderbird
unstable.astroid
vdirsyncer
];
}