From 70a9c664513438b55d0b4e84fdd772772297d55e Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 19 Feb 2024 12:13:07 -0600 Subject: [PATCH] Fix path to beta ISO --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5bec348..2e49c9b 100644 --- a/flake.nix +++ b/flake.nix @@ -103,7 +103,7 @@ x86_64-linux = rec { default = iso; iso = self.nixosConfigurations.iso.config.system.build.isoImage; - iso-beta = self.nixosConfigurations.iso.config.system.build.isoImage; + iso-beta = self.nixosConfigurations.iso-beta.config.system.build.isoImage; }; }; };