summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 135bce7..8f75eb6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,5 +22,8 @@
self.nixosConfigurations.
muspell.config.mobile.
outputs.u-boot.disk-image;
+ ades-live-iso =
+ self.nixosConfigurations.
+ ades-live.config.system.build.isoImage;
};
}