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, ... }: {