1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-31 04:14:37 +00:00

drop nixosModule warning

this message seems to come up even if you don't use this attribute...
This commit is contained in:
Jörg Thalheim 2023-03-21 06:52:27 +01:00
parent 08a0b5f25a
commit 8db4597a95

View file

@ -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: