From 707b0203179f1ad9be2253aa4feedb9c0b7e83a0 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 12 Apr 2022 11:00:22 -0400 Subject: [PATCH] refactor(flake): remove patches & reformat impermanence import --- flake.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 1c6ed80..9fa6da3 100644 --- a/flake.nix +++ b/flake.nix @@ -53,7 +53,6 @@ , bud , nixos , home - , nixos-hardware , agenix , deploy , ... @@ -62,8 +61,6 @@ { inherit self inputs; - patches = ./overlays/patches; - channelsConfig = { allowUnfree = true; }; channels = { @@ -123,8 +120,6 @@ Infini-SERVER = { }; }; importables = rec { - inherit (self) patches; - profiles = digga.lib.rakeLeaves ./profiles // { users = digga.lib.rakeLeaves ./users; }; @@ -150,10 +145,11 @@ home = { imports = [ (digga.lib.importExportableModules ./users/modules) ]; - modules = [ "${inputs.impermanence}/home-manager.nix" ]; + modules = [ + inputs.impermanence.nixosModules.home-manager.impermanence + ]; importables = rec { inherit inputs; - inherit (self) patches; profiles = digga.lib.rakeLeaves ./users/profiles; suites = with profiles; self.lib.flattenSetList