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

nixosConfigurations: identifiers are specified redundantly #71

Open
steveej opened this issue Mar 20, 2024 · 1 comment
Open

nixosConfigurations: identifiers are specified redundantly #71

steveej opened this issue Mar 20, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@steveej
Copy link
Member

steveej commented Mar 20, 2024

this makes room for mistakes.

example of linux-builder-01 (just looking at the definitions, not usage examples)

modules/flake-parts/nixosConfigurations.linux-builder-01/default.nix
7:  flake.nixosConfigurations.linux-builder-01 = inputs.nixpkgs.lib.nixosSystem rec {

modules/flake-parts/nixosConfigurations.linux-builder-01/configuration.nix
24:  networking.hostName = "linux-builder-01"; # Define your hostname.
@steveej steveej added bug Something isn't working good first issue Good for newcomers labels Mar 20, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Holochain Apr 24, 2024
@steveej steveej added enhancement New feature or request and removed bug Something isn't working labels May 21, 2024
@steveej
Copy link
Member Author

steveej commented May 21, 2024

i changed the labels on this because it's not technically a bug itself. however it does often lead to short-term bugs for me when developing.

@abe-njama abe-njama removed this from Holochain Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant