From 9f7c24f36666ff2bab9c76666d05f91ef93fdfd2 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Thu, 19 Oct 2023 15:48:44 -0500 Subject: [PATCH] chore: deadnix Signed-off-by: jolheiser --- flake.nix | 9 ++------- machines/chai/hardware.nix | 1 - 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index a4b4aeb..ec8d734 100644 --- a/flake.nix +++ b/flake.nix @@ -62,7 +62,6 @@ }; outputs = { - self, nixpkgs, home-manager, agenix, @@ -76,7 +75,7 @@ ... } @ inputs: let overlays = [ - (final: prev: { + (_: prev: { nur = import inputs.nur { nurpkgs = prev; pkgs = prev; @@ -91,11 +90,7 @@ }) golink.overlay ]; - commonConfig = {gui ? true}: { - config, - pkgs, - ... - }: let + commonConfig = {gui ? true}: {config, ...}: let userSecret = path: { file = path; owner = username; diff --git a/machines/chai/hardware.nix b/machines/chai/hardware.nix index cce8a8b..fb41d6f 100644 --- a/machines/chai/hardware.nix +++ b/machines/chai/hardware.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, modulesPath, ... }: {