Skip to content

Commit

Permalink
fix: remove typo in mkDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama committed Apr 3, 2024
1 parent e3fb5de commit c2092f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topology/helpers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ in rec {
};

mkDevice = name: args:
mkDevice name args
mkSwitch name args
// {
deviceType = "device";
};
Expand Down

0 comments on commit c2092f8

Please sign in to comment.