mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 00:49:42 +08:00
use generic pandoc
This commit is contained in:
@@ -15,7 +15,11 @@
|
||||
specialArgs = { inputs = inputs.inputs; };
|
||||
modules = [{ config.nixpkgs.config.allowUnfree = true; }];
|
||||
}).pkgs;
|
||||
in { mono = generic-pkgs.mono; }
|
||||
in
|
||||
{
|
||||
mono = generic-pkgs.mono;
|
||||
pandoc = generic-pkgs.pandoc;
|
||||
}
|
||||
)];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user