diff options
Diffstat (limited to 'Biz/Dev')
-rw-r--r-- | Biz/Dev/Hardware.nix | 2 | ||||
-rw-r--r-- | Biz/Dev/Hoogle.nix | 2 | ||||
-rw-r--r-- | Biz/Dev/Networking.nix | 2 | ||||
-rw-r--r-- | Biz/Dev/Wireguard.nix | 2 |
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 |