From 04a5412b2e2298243d4cdd024146ff8f5755044c Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 7 Jun 2024 10:28:12 -0600 Subject: testing unedited build iso --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 5ca09d2..4493b22 100644 --- a/flake.nix +++ b/flake.nix @@ -227,6 +227,12 @@ } ]; }; + livetest = nixpkgs.lib.nixosSystem { + system = "aarch64-linux"; + modules = [ + (nixpkgs + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix") + ]; + }; zenbook = nixpkgs.lib.nixosSystem { # inherit system; -- cgit v1.2.3