all repos — nix-packages @ 160bc961edad2ad0f75f8866f2588d6f5d72c639

My personal collection of packages for nix

export darwin module

Alan Pearce
commit

160bc961edad2ad0f75f8866f2588d6f5d72c639

parent

4942908456ea3ae3c8d88e9e2e40a39a296716e4

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M flake.nixflake.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; };