This commit is contained in:
Alexander Khodyrev 2024-09-12 21:42:22 +03:00
parent a8822d7581
commit 7e0125cb9a

View file

@ -22,6 +22,7 @@
inherit (gomod2nix.legacyPackages.${system}) mkGoEnv gomod2nix; inherit (gomod2nix.legacyPackages.${system}) mkGoEnv gomod2nix;
}; };
nixosModules.default = import ./module.nix inputs; nixosModules.default = import ./module.nix inputs;
nixosModule = self.nixosModules.default;
}) })
); );
} }