l 2: remove deprecated MANPAGER declaration

This commit is contained in:
lassulus 2017-01-30 22:55:46 +01:00
parent d9c5f0d8de
commit 26b3298f77

View File

@ -98,7 +98,6 @@ with import <stockholm/lib>;
# multiple-definition-problem when defining environment.variables.EDITOR
environment.extraInit = ''
EDITOR=vim
MANPAGER=most
'';
nixpkgs.config.allowUnfree = true;