Fixing a typo in nfs-kernel.nix (export -> exports)
svn path=/nixos/trunk/; revision=16785
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user