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