Skip to content

Commit

Permalink
Merge pull request #47 from highghlow/patch-1
Browse files Browse the repository at this point in the history
Fixed cpu.model
  • Loading branch information
AshleyYakeley committed Jun 21, 2024
2 parents 4447438 + 1e005fd commit 0785bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate-xml/domain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ let
[
(subelem "model"
[
(subattr "fallback" typeInt)
(subattr "fallback" typeString)
]
[ (subelem name [ ] typeString) ]
[ (sub "name" [ ] typeString) ]
)
(subelem "topology"
[
Expand Down

0 comments on commit 0785bd6

Please sign in to comment.