0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos manual: cleanup generation

This commit is contained in:
Eric Sagnes 2016-08-30 09:40:05 +09:00
parent dab32a1fa6
commit b50e627ef6
3 changed files with 2 additions and 7 deletions

View file

@ -83,4 +83,6 @@ in {
EDITOR = mkOverride 900 "${editorScript}/bin/emacseditor";
} else {};
};
meta.doc = ./emacs.xml;
}