From 7e0125cb9a6c2f19fafee5dcfbe7754e6d73c184 Mon Sep 17 00:00:00 2001 From: Alexander Khodyrev Date: Thu, 12 Sep 2024 21:42:22 +0300 Subject: [PATCH] aa --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 1ff635b..6556acf 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,7 @@ inherit (gomod2nix.legacyPackages.${system}) mkGoEnv gomod2nix; }; nixosModules.default = import ./module.nix inputs; + nixosModule = self.nixosModules.default; }) ); }