From 8db4597a952f0223942323712f0d797da682e9c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 21 Mar 2023 06:52:27 +0100 Subject: [PATCH] drop nixosModule warning this message seems to come up even if you don't use this attribute... --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 8c1204e..1c02c4d 100644 --- a/flake.nix +++ b/flake.nix @@ -30,8 +30,6 @@ sops = import ./modules/sops; default = self.nixosModules.sops; }; - nixosModule = nixpkgs.lib.warn - "use sops.nixosModules.default instead of sops.nixosModule" self.nixosModules.sops; homeManagerModules.sops = import ./modules/home-manager/sops.nix; homeManagerModule = self.homeManagerModules.sops; packages = forAllSystems (system: