mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-04-08 19:25:49 +08:00
Implement darwin module for sops-nix
This commit is contained in:
parent
4c91d52db1
commit
d2bd7f433b
7 changed files with 514 additions and 6 deletions
|
|
@ -32,6 +32,10 @@
|
|||
};
|
||||
homeManagerModules.sops = ./modules/home-manager/sops.nix;
|
||||
homeManagerModule = self.homeManagerModules.sops;
|
||||
darwinModules = {
|
||||
sops = ./modules/nix-darwin;
|
||||
default = self.darwinModules.sops;
|
||||
};
|
||||
packages = forAllSystems (system:
|
||||
import ./default.nix {
|
||||
pkgs = import nixpkgs {inherit system;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue