generate device database templates for DRTIO systems #14

Closed
opened 2019-05-10 11:48:54 +08:00 by sb10q · 2 comments

Needs a new list similar to variants containing something like:

[
  {
    name = "hust";
    masterDescription = "hustmaster";
    satellites = [
      {
        destination = 1;
        satelliteDescription = "hustsatellite";
      }
    ];
  }
  {
    name = "vlbai";
    masterDescription = "vlbaimaster";
    satellites = [
      {
        destination = 1;
        satelliteDescription = "vlbaisatellite";
      }
    ];
  }
]
Needs a new list similar to ``variants`` containing something like: ```nix [ { name = "hust"; masterDescription = "hustmaster"; satellites = [ { destination = 1; satelliteDescription = "hustsatellite"; } ]; } { name = "vlbai"; masterDescription = "vlbaimaster"; satellites = [ { destination = 1; satelliteDescription = "vlbaisatellite"; } ]; } ] ```
Poster
Owner

Or maybe a clearer syntax e.g. like what is done for users and services in configuration.nix.

Or maybe a clearer syntax e.g. like what is done for users and services in configuration.nix.
Poster
Owner

done

done
sb10q closed this issue 2020-03-12 22:33:00 +08:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 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: M-Labs/nix-scripts#14
There is no content yet.