aboutsummaryrefslogtreecommitdiff
path: root/modules/lib
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2017-12-11 15:14:45 +0100
committerRobert Helgesson <robert@rycee.net>2017-12-11 15:14:45 +0100
commit6764c2695483041e85a9fd382fbe3ba253109e51 (patch)
tree1673767e14d44acbd11a7dbdaab7ea4a30896680 /modules/lib
parent040159c02f95c302e9768b4589a7fae4924ba779 (diff)
files: remove `mode` option
This option was deprecated >1 month ago and is therefore removed as per the corresponding news entry.
Diffstat (limited to 'modules/lib')
-rw-r--r--modules/lib/file-type.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/lib/file-type.nix b/modules/lib/file-type.nix
index d8622d0c8ca..80d4ab45b2c 100644
--- a/modules/lib/file-type.nix
+++ b/modules/lib/file-type.nix
@@ -69,17 +69,6 @@ in
'';
};
- mode = mkOption {
- type = types.nullOr types.str;
- default = null;
- description = ''
- The permissions to apply to the file.
- </para><para>
- DEPRECATED: use <varname>home.file.&lt;name?&gt;.executable</varname>
- instead.
- '';
- };
-
executable = mkOption {
type = types.nullOr types.bool;
default = null;