From b071450a461f686133cb3cd9dd1f1bc3324dbb89 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 28 Apr 2024 14:50:18 -0500 Subject: [PATCH] Removed unused variables. --- nixos/common.nix | 1 - nixos/durincore/configuration.nix | 2 +- nixos/durincore/hardware-configuration.nix | 2 +- nixos/este/configuration.nix | 2 +- nixos/telperion/configuration.nix | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/nixos/common.nix b/nixos/common.nix index f26a2a9..9ef544c 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -80,7 +80,6 @@ nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. git wget curl diff --git a/nixos/durincore/configuration.nix b/nixos/durincore/configuration.nix index 2a34c2b..a332fa3 100644 --- a/nixos/durincore/configuration.nix +++ b/nixos/durincore/configuration.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running 'nixos-help'). -{ config, pkgs, inputs, ... }: +{ pkgs, inputs, ... }: { imports = diff --git a/nixos/durincore/hardware-configuration.nix b/nixos/durincore/hardware-configuration.nix index 61ea5cd..35042fb 100644 --- a/nixos/durincore/hardware-configuration.nix +++ b/nixos/durincore/hardware-configuration.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, ... }: +{ config, lib, modulesPath, ... }: { imports = diff --git a/nixos/este/configuration.nix b/nixos/este/configuration.nix index 458d1c1..19abb11 100644 --- a/nixos/este/configuration.nix +++ b/nixos/este/configuration.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running 'nixos-help'). -{ config, pkgs, ... }: +{ ... }: { imports = diff --git a/nixos/telperion/configuration.nix b/nixos/telperion/configuration.nix index 7136fb9..4581445 100644 --- a/nixos/telperion/configuration.nix +++ b/nixos/telperion/configuration.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page, on # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). -{ config, lib, pkgs, ... }: +{ pkgs, ... }: { imports =