From 6954e1e0851a03fea6e1390f0a63caa9a0aa67a1 Mon Sep 17 00:00:00 2001 From: Ashley Yakeley Date: Sat, 28 Dec 2024 09:07:38 -0800 Subject: [PATCH] update nixpkgs; fmt --- .vscode/tasks.json | 2 +- flake.lock | 8 +++---- flake.nix | 2 +- generate-xml/domain.nix | 48 ++++++++++++++++++++--------------------- 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6b9ce66..838299f 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -18,7 +18,7 @@ }, "label": "Format & Check", "type": "shell", - "command": "nix fmt && nix flake check && git rev-parse HEAD && echo Done!" + "command": "nix fmt && nix flake check && git rev-parse HEAD" } ] } diff --git a/flake.lock b/flake.lock index 5e411f5..603f783 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1727540905, - "narHash": "sha256-40J9tW7Y794J7Uw4GwcAKlMxlX2xISBl6IBigo83ih8=", + "lastModified": 1735264675, + "narHash": "sha256-MgdXpeX2GuJbtlBrH9EdsUeWl/yXEubyvxM1G+yO4Ak=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "fbca5e745367ae7632731639de5c21f29c8744ed", + "rev": "d49da4c08359e3c39c4e27c74ac7ac9b70085966", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.05", + "ref": "nixos-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index bbf9639..46fa1e9 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ type = "github"; owner = "NixOS"; repo = "nixpkgs"; - ref = "nixos-24.05"; + ref = "nixos-24.11"; }; }; diff --git a/generate-xml/domain.nix b/generate-xml/domain.nix index c049717..5bffa0a 100644 --- a/generate-xml/domain.nix +++ b/generate-xml/domain.nix @@ -44,7 +44,7 @@ let ]) (subelem "numatune" [ ] [ (subelem "memory" [ (subattr "mode" typeString) (subattr "nodeset" typeString) ] [ ]) - (subelem "memnode" [ (subattr "mode" typeString) (subattr "nodeset" typeString) (subattr "cellid" typeInt) ] [ ]) + (subelem "memnode" [ (subattr "mode" typeString) (subattr "nodeset" typeString) (subattr "cellid" typeInt) ] [ ]) ]) (subelem "sysinfo" [ (subattr "type" typeString) ] [ @@ -203,12 +203,12 @@ let (subattr "name" typeString) ] [ ]) (subelem "numa" [ ] [ - (subelem "cell" [ - (subattr "id" typeInt) - (subattr "cpus" typeString) - (subattr "memory" typeInt) - (subattr "unit" typeString) - ] [ ]) + (subelem "cell" [ + (subattr "id" typeInt) + (subattr "cpus" typeString) + (subattr "memory" typeInt) + (subattr "unit" typeString) + ] [ ]) ]) ] ) @@ -393,7 +393,7 @@ let (subelem "rom" [ (subattr "bar" typeBoolOnOff) - (subattr "enabled" typeBoolYesNo) + (subattr "enabled" typeBoolYesNo) (subattr "file" typePath) ] [ ] ) @@ -500,30 +500,30 @@ let (subelem "image" [ (subattr "compression" typeBoolOnOff) ] [ ]) (subelem "gl" [ (subattr "enable" typeBoolYesNo) (subattr "rendernode" typeString) ] [ ]) ]) - (subelem "sound" [ (subattr "model" typeString) ] + (subelem "sound" [ (subattr "model" typeString) ] [ (subelem "codec" [ (subattr "type" typeString) ] [ ]) (subelem "audio" [ (subattr "id" typeInt) ] [ ]) - addresselem + addresselem ]) - (subelem "audio" - [ - (subattr "id" typeInt) - (subattr "type" typeString) + (subelem "audio" + [ + (subattr "id" typeInt) + (subattr "type" typeString) (subattr "runtimeDir" typePath) - ] - [ - (subelem "input" + ] + [ + (subelem "input" [ - (subattr "name" typeString) - (subattr "streamName" typeString) - (subattr "latency" typeInt) + (subattr "name" typeString) + (subattr "streamName" typeString) + (subattr "latency" typeInt) ] [ ]) - (subelem "output" + (subelem "output" [ - (subattr "name" typeString) - (subattr "streamName" typeString) - (subattr "latency" typeInt) + (subattr "name" typeString) + (subattr "streamName" typeString) + (subattr "latency" typeInt) ] [ ]) ]) (subelem "video" [ ]