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

View file

@ -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;
})
);
}