Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Move darwin and nixos configurations to separate directories #17

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

michaelvanstraten
Copy link
Owner

  • Move checks to checks/default.nix.
  • Created darwinConfigurations/default.nix to define macOS configurations.
  • Renamed and moved darwin/hosts and darwin/modules to darwinConfigurations/hosts and darwinConfigurations/modules.
  • Updated flake.nix to import configurations from new directories.
  • Created nixosConfigurations/default.nix to define NixOS configurations.
  • Renamed and moved nixos/hosts and nixos/modules to nixosConfigurations/hosts and nixosConfigurations/modules.

- Move checks to `checks/default.nix`.
- Created `darwinConfigurations/default.nix` to define macOS configurations.
- Renamed and moved `darwin/hosts` and `darwin/modules` to `darwinConfigurations/hosts` and `darwinConfigurations/modules`.
- Updated `flake.nix` to import configurations from new directories.
- Created `nixosConfigurations/default.nix` to define NixOS configurations.
- Renamed and moved `nixos/hosts` and `nixos/modules` to `nixosConfigurations/hosts` and `nixosConfigurations/modules`.
@michaelvanstraten michaelvanstraten merged commit ab01969 into master Oct 3, 2024
1 check passed
@michaelvanstraten michaelvanstraten deleted the reorganize-flake-structure branch October 3, 2024 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant