From 12150fa8a8dff52ffb88987d08c6efd2bfd2398c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Tue, 24 Feb 2026 21:48:12 +0100 Subject: [PATCH] Update flake. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 482fb67..04c8219 100644 --- a/flake.nix +++ b/flake.nix @@ -6,6 +6,6 @@ }; outputs = { self, nixpkgs }: { - nixosModules.numbus = import ./default.nix; + nixosModules.numbus = import ./modules/default.nix; }; } \ No newline at end of file