feat: add README for lib

This commit is contained in:
Ryan Yin
2023-07-30 01:20:47 +08:00
parent 8bef422482
commit 2970073d5e

7
lib/README.md Normal file
View File

@@ -0,0 +1,7 @@
# Library
Some Helper functions for the project:
1. `macosSystem`: A function to generate attribute set for macOS, used by `flake.nix` to reduce code duplication and make it easier to add new machines.
2. `nixosSystem`: A function to generate attribute set for NixOS, used by `flake.nix` to reduce code duplication and make it easier to add new machines.