fix(system): remove ambigious system from nixosSystem #28

Merged
NotAShelf merged 1 commit from remove-system-from-nixosSystem into main 2024-05-07 21:58:46 +00:00
NotAShelf commented 2024-05-07 11:09:11 +00:00 (Migrated from github.com)

Remove unnecessary inherit system that was passed nixosSystem, and replace it with nixpkgs.hostSystem. See nixpkgs for my motivation.

The generated hardware-config will include this line anyway, so it could even be removed.

Remove unnecessary `inherit system` that was passed nixosSystem, and replace it with `nixpkgs.hostSystem`. See [nixpkgs](https://github.com/NixOS/nixpkgs/blob/ba10489eae3b2b2f665947b516e7043594a235c8/nixos/lib/eval-config.nix#L12-L15) for my motivation. The generated hardware-config will include this line *anyway*, so it could even be removed.
srxl approved these changes 2024-05-07 14:45:59 +00:00
Sigmanificient (Migrated from github.com) approved these changes 2024-05-07 21:55:18 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: auxolotl/templates#28
No description provided.