From 0eb939a2b1a2886f9d52f3bd764614f43330e96a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 25 Jul 2022 17:22:41 -0400 Subject: Run deadnix as a linter --- Biz/Dev/Hardware.nix | 2 +- Biz/Dev/Hoogle.nix | 2 +- Biz/Dev/Networking.nix | 2 +- Biz/Dev/Wireguard.nix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Biz/Dev') 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 -- cgit v1.2.3