Move: default.nix -> nixos/<unknown>.nix #6

Open
opened 2025-06-10 14:46:20 +00:00 by orzklv · 0 comments
orzklv commented 2025-06-10 14:46:20 +00:00 (Migrated from github.com)

Most popular practice amongst nixos projects is to use:

  • ./default.nix or ./default-<name>.nix specifically for packaging purposes
  • ./module.nix or ./nixos/more.nix for providing abstractions

Therefore, it would make more sense to manage modules inside modules folder.

Most popular practice amongst nixos projects is to use: - `./default.nix` or `./default-<name>.nix` specifically for packaging purposes - `./module.nix` or `./nixos/more.nix` for providing abstractions Therefore, it would make more sense to manage modules inside `modules` folder.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
uchar/infrastructure#6
No description provided.