diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-07 10:28:12 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-07 10:28:12 -0600 |
| commit | 04a5412b2e2298243d4cdd024146ff8f5755044c (patch) | |
| tree | 70778b2ec2fd5a98e05e09d29560256e1de3d2cf | |
| parent | 61ebff0391bd0a26b59aa0484ee27f0d853eafe7 (diff) | |
testing unedited build iso
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; |
