Files
nix-config-ryan4yin/lib/README.md
2023-08-16 18:35:11 +08:00

642 B

Library

Some Helper functions for the project:

  1. macosSystem.nix: A function to generate attribute set for macOS(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, used by flake.nix to reduce code duplication and make it easier to add new machines.