1
0
Fork 0

system/charon: Remove redundant pandoc import.

This commit is contained in:
Malte Brandy 2018-02-14 10:17:13 +01:00
parent d0177b8afb
commit 0b052b3264

View file

@ -14,10 +14,6 @@
nameservers = [ "108.61.10.10" "2001:19f0:300:1704::6" ];
};
environment.systemPackages = with pkgs; [
pandoc
];
imports = [
./hardware-configuration.nix
../../snippets/common.nix