From 8423ad71c0ef7825421fe10b628a927bd27aa4ff Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sun, 17 Aug 2025 01:42:43 -0500 Subject: [PATCH] End of life for Ubuntu 20.04 Fixes #8 --- distros/ubuntu/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros/ubuntu/default.nix b/distros/ubuntu/default.nix index f134b5e..0ade760 100644 --- a/distros/ubuntu/default.nix +++ b/distros/ubuntu/default.nix @@ -7,7 +7,7 @@ { version = "20.04"; arch = "amd64"; - eol = false; + eol = true; } { version = "22.04";