From 766b28e25a0ef174928694dff8609c73e1e82a4a Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Tue, 11 Apr 2017 16:27:25 +0200 Subject: [PATCH] nsp --- release.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release.nix b/release.nix index b8d06f1..ccd8a97 100644 --- a/release.nix +++ b/release.nix @@ -6,7 +6,8 @@ with (import { inherit supportedSystems { #r6d.base = import ./r6d-base.nix; - r6d.iso = { - config = import ./iso-image/configuration.nix; + r6d = { + #= import ./iso-image/configuration.nix; + applications.terminal.cao = import ./applications/terminal/cao.nix; }; }