mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
8 lines
366 B
Markdown
8 lines
366 B
Markdown
# Library
|
|
|
|
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.
|
|
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.
|
|
|