fix notcoal package
This commit is contained in:
parent
b30e69334a
commit
0b615ebd34
3 changed files with 192 additions and 261 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue