From 78ccf684390ced11af99549b9977999cfa27fb12 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 21 Jan 2024 17:28:11 +0100 Subject: [PATCH] fix something stupid with flake output --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index e60f700..d815db6 100644 --- a/flake.nix +++ b/flake.nix @@ -88,10 +88,7 @@ in { # for repl debugging via :lf . - inherit inputs; - vars = { - inherit lib username; - }; + inherit inputs vars; nixosModules = (import ./modules/nixos) moduleInputs; homeManagerModules = (import ./modules/home-manager) moduleInputs;