306: drop nixosModule warning r=Mic92 a=Mic92



Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
bors[bot] 2023-03-21 05:53:17 +00:00 committed by GitHub
commit d8827a8368
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: