From f6630bc6e09e01dc339de8f4e7bdf210bbd4225b Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 16 Aug 2023 18:34:58 +0800 Subject: [PATCH] feat: README for /lib --- lib/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/README.md b/lib/README.md index d5c92805..fc6f9bff 100644 --- a/lib/README.md +++ b/lib/README.md @@ -2,6 +2,7 @@ Some Helper functions for the project: -1. `macosSystem.nix`: A function to generate attribute set for macOS, used by `flake.nix` to reduce code duplication and make it easier to add new machines. +1. `macosSystem.nix`: A function to generate attribute set for macOS([nix-darwin](https://github.com/LnL7/nix-darwin)), used by `flake.nix` to reduce code duplication and make it easier to add new machines. 2. `nixosSystem.nix`: A function to generate attribute set for NixOS, used by `flake.nix` to reduce code duplication and make it easier to add new machines. +3. `colmenaSystem.nix`: A function to generate attribute set for remote deployment using [colmena](https://github.com/zhaofengli/colmena), used by `flake.nix` to reduce code duplication and make it easier to add new machines.