From 24cd4733878f9e94274ad12e991533ecc90f5d74 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 16 Aug 2023 18:38:44 +0800 Subject: [PATCH] feat: README for /lib --- lib/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/README.md b/lib/README.md index fc6f9bff..de340e00 100644 --- a/lib/README.md +++ b/lib/README.md @@ -1,8 +1,8 @@ # Library -Some Helper functions for the project: +Some helper functions, 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. +1. `macosSystem.nix`: A function to generate config(attribute set) for macOS([nix-darwin](https://github.com/LnL7/nix-darwin)). +2. `nixosSystem.nix`: A function to generate config(attribute set) for NixOS. +3. `colmenaSystem.nix`: A function that generate config(another function) for remote deployment using [colmena](https://github.com/zhaofengli/colmena).