about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-11-02 13:36:50 +0100
committerAlan Pearce2024-11-02 13:36:50 +0100
commit160bc961edad2ad0f75f8866f2588d6f5d72c639 (patch)
tree757a7cefded9cee3cfd56d2807342821cf0326aa /flake.nix
parent4942908456ea3ae3c8d88e9e2e40a39a296716e4 (diff)
downloadnix-packages-160bc961edad2ad0f75f8866f2588d6f5d72c639.tar.lz
nix-packages-160bc961edad2ad0f75f8866f2588d6f5d72c639.tar.zst
nix-packages-160bc961edad2ad0f75f8866f2588d6f5d72c639.zip
export darwin module
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 7544357..5e8b787 100644
--- a/flake.nix
+++ b/flake.nix
@@ -18,6 +18,9 @@
       legacyPackages = forAllSystems (system: (import ./default.nix {
         pkgs = import nixpkgs { inherit system; };
       }));
+      darwinModules = {
+        caddy = ./modules/darwin/caddy;
+      };
       packages = forAllSystems (system:
         let
           pkgs = import nixpkgs { inherit system; };