From b5f5bd61ec2a0f66aba1df14c9b624a6a9c9f5b1 Mon Sep 17 00:00:00 2001 From: "Mark L. Wood-Patrick" Date: Mon, 23 Dec 2024 06:41:23 -0800 Subject: [PATCH] Remove image 38 and fix syntax error --- fedora/images.json | 6 +----- flake.lock | 33 --------------------------------- 2 files changed, 1 insertion(+), 38 deletions(-) diff --git a/fedora/images.json b/fedora/images.json index 58876dd..7af3e6b 100644 --- a/fedora/images.json +++ b/fedora/images.json @@ -1,9 +1,5 @@ { "x86_64-linux": { - "38": { - "name": "38/Cloud/x86_64/images/Fedora-Cloud-Base-38-1.6.x86_64.qcow2", - "hash": "sha256-0zRnBAH/PVtBKfzGYs9k9ablaCKK9ZB2zESaSUUxhII=" - }, "39": { "name": "39/Cloud/x86_64/images/Fedora-Cloud-Base-39-1.5.x86_64.qcow2", "hash": "sha256-q1vlBYxcg5Uop9Y3OTTgzlrWyPgL1x7TOQAyAn2lLzc=" @@ -11,7 +7,7 @@ "40": { "name": "40/Cloud/x86_64/images/Fedora-Cloud-Base-Generic.x86_64-40-1.14.qcow2", "hash": "sha256-rFjzw1tzJy1ZhvptO8RP0ka0XfTDNOmaB7O70AaEre4=" - } + }, "41": { "name": "41/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2", "hash": "sha256-YgWuDFJLTRgW29NXPOKbXETtJsn7yHT75IxByJ3QusI=" diff --git a/flake.lock b/flake.lock index b223862..419cf1d 100644 --- a/flake.lock +++ b/flake.lock @@ -1,22 +1,5 @@ { "nodes": { - "flake-utils": { - "inputs": { - "systems": "systems" - }, - "locked": { - "lastModified": 1731533236, - "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", - "type": "github" - }, - "original": { - "id": "flake-utils", - "type": "indirect" - } - }, "nixpkgs": { "locked": { "lastModified": 1708475490, @@ -35,24 +18,8 @@ }, "root": { "inputs": { - "flake-utils": "flake-utils", "nixpkgs": "nixpkgs" } - }, - "systems": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } } }, "root": "root",