From 24a92c49b28a3796368023007c83eda93811a037 Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Sun, 28 Jan 2024 19:57:32 -0600 Subject: [PATCH] refactor: code cleanup --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 9f4090f..95e16b4 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,7 @@ let rustDefaults = { enable = false; }; conformDefaults = { scopes = [ ]; }; + configs = import ./src/configs/default.nix { inherit system pkgs nixago nixago-exts; conform = conformDefaults // conform;