mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-02-23 00:14:49 +01:00
feat: add README for lib
This commit is contained in:
7
lib/README.md
Normal file
7
lib/README.md
Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user