mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
Merge #306
306: drop nixosModule warning r=Mic92 a=Mic92 Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
commit
d8827a8368
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue