summaryrefslogtreecommitdiff
path: root/Biz/Dev
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-07-25 17:22:41 -0400
committerBen Sima <ben@bsima.me>2022-07-25 17:47:27 -0400
commit0eb939a2b1a2886f9d52f3bd764614f43330e96a (patch)
tree177a6dcaa5d0ef89f05e0b9250463ec9f9044c94 /Biz/Dev
parent953fc16e402c56798f26b7c3d1f38f23560b0faa (diff)
Run deadnix as a linter
Diffstat (limited to 'Biz/Dev')
-rw-r--r--Biz/Dev/Hardware.nix2
-rw-r--r--Biz/Dev/Hoogle.nix2
-rw-r--r--Biz/Dev/Networking.nix2
-rw-r--r--Biz/Dev/Wireguard.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/Biz/Dev/Hardware.nix b/Biz/Dev/Hardware.nix
index dc5b573..eaf1bd9 100644
--- a/Biz/Dev/Hardware.nix
+++ b/Biz/Dev/Hardware.nix
@@ -1,7 +1,7 @@
# Do not modify this file! It was generated by ‘nixos-generate-config’
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
-{ config, lib, pkgs, modulesPath, ... }:
+{ lib, modulesPath, ... }:
{
imports =
diff --git a/Biz/Dev/Hoogle.nix b/Biz/Dev/Hoogle.nix
index 13a5bda..02330b5 100644
--- a/Biz/Dev/Hoogle.nix
+++ b/Biz/Dev/Hoogle.nix
@@ -25,7 +25,7 @@ in {
};
packages = mkOption {
- default = hp: [];
+ default = _hp: [];
defaultText = "hp: []";
example = "hp: with hp; [ text lens ]";
description = ''
diff --git a/Biz/Dev/Networking.nix b/Biz/Dev/Networking.nix
index 150b098..88ec4fb 100644
--- a/Biz/Dev/Networking.nix
+++ b/Biz/Dev/Networking.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs, ... }:
+{ ... }:
let
ports = import ../Cloud/Ports.nix;
diff --git a/Biz/Dev/Wireguard.nix b/Biz/Dev/Wireguard.nix
index 5703f3d..9c72dd4 100644
--- a/Biz/Dev/Wireguard.nix
+++ b/Biz/Dev/Wireguard.nix
@@ -1,4 +1,4 @@
-{ lib, config, pkgs, ... }:
+{ lib, pkgs, ... }:
/*
Wireguard VPN server