Fixing a typo in nfs-kernel.nix (export -> exports)
svn path=/nixos/trunk/; revision=16785
This commit is contained in:
parent
f250f69ee8
commit
8db9b2ca54
@ -54,7 +54,7 @@ let
|
|||||||
modprobe = config.system.sbin.modprobe;
|
modprobe = config.system.sbin.modprobe;
|
||||||
|
|
||||||
exports = if builtins.pathExists cfg.exports
|
exports = if builtins.pathExists cfg.exports
|
||||||
then cfg.export else pkgs.writeText "exports" cfg.exports;
|
then cfg.exports else pkgs.writeText "exports" cfg.exports;
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user