From 7777776a53cbfd6e14078064cb8214be2bac0fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 24 May 2023 21:56:38 +0200 Subject: [PATCH] iso: build with 23.05 --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index df03e2eb..b3bee0eb 100644 --- a/flake.nix +++ b/flake.nix @@ -426,6 +426,7 @@ imports = lib.singleton "${modulesPath}/installer/cd-dvd/installation-cd-graphical-calamares-plasma5.nix"; }) ]; + nixos = inputs.nixos-23-05; }; iso-minimal = nixosSystem' { @@ -434,6 +435,7 @@ imports = lib.singleton "${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"; }) ]; + nixos = inputs.nixos-23-05; }; jabber = nixosSystem' {