aboutsummaryrefslogtreecommitdiff
path: root/lib/customisation.nix
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-07-20 19:36:12 +0000
committervolth <volth@volth.com>2018-07-20 19:38:19 +0000
commit6d2857a311a6586860cb0c70778b035c92d9c88c (patch)
tree80e0994b0ef711f6fd8b415f7acbd94ac420d909 /lib/customisation.nix
parent1a6af9f88ec2405334a9fd6a977ccbcb53472305 (diff)
[bot] treewide: remove unused 'inherit' in let blocks
Diffstat (limited to 'lib/customisation.nix')
-rw-r--r--lib/customisation.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/customisation.nix b/lib/customisation.nix
index d942f54ee798..480280428909 100644
--- a/lib/customisation.nix
+++ b/lib/customisation.nix
@@ -1,9 +1,4 @@
{ lib }:
-let
-
- inherit (builtins) attrNames;
-
-in
rec {