From c47f62bb1e0221d5a88bcc6e27fccc4ae2790380 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Thu, 21 Dec 2023 21:28:45 -0600 Subject: [PATCH] chore: clean flake Signed-off-by: jolheiser --- flake.nix | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/flake.nix b/flake.nix index 7096ed0..b5b15ed 100644 --- a/flake.nix +++ b/flake.nix @@ -91,19 +91,7 @@ nixpkgs, home-manager, agenix, - jolheiser-nur, - helix, - website, - resume, - git-age, - gist, - tmpl, - nixpl, - gomodinit, nixpkgs-py36, - golink, - tclip, - templ, ... } @ inputs: let overlays = [ @@ -126,7 +114,7 @@ tclip = inputs.tclip.packages.${prev.system}.tclip; templ = inputs.templ.packages.${prev.system}.templ; }) - golink.overlay + inputs.golink.overlay ]; userSecret = path: { file = path; @@ -223,7 +211,7 @@ }; dragonwell = { imports = [ - golink.nixosModules.default + inputs.golink.nixosModules.default ./machines/dragonwell ]; };