Skip to content

Commit

Permalink
fix elem
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenum committed Apr 7, 2024
1 parent dd3d8c1 commit e4e894b
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 @@ -18,10 +18,10 @@ let

(subelem "sysinfo" [ (subattr "type" typeString) ] [
(subelem "bios" [] [
(subattr "entry" [ (subattr "name" typeString) ] (sub "value" typeString))
(subelem "entry" [ (subattr "name" typeString) ] (sub "value" typeString))
])
(subelem "system" [] [
(subattr "entry" [ (subattr "name" typeString) ] (sub "value" typeString))
(subelem "entry" [ (subattr "name" typeString) ] (sub "value" typeString))
])
])

Expand Down

0 comments on commit e4e894b

Please sign in to comment.