docs: minor updates

This commit is contained in:
Ryan Yin
2023-08-04 00:30:42 +08:00
parent c515ea9807
commit 99819c1df5
2 changed files with 2 additions and 4 deletions

View File

@@ -2,6 +2,6 @@
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.
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.
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.