summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 09e96ee..2effb06 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,5 +14,9 @@
import ./hosts {
inherit nixpkgs mobile-nixos;
};
+ muspell-img =
+ self.nixosConfigurations.
+ muspell.config.mobile.
+ outputs.u-boot.disk-image;
};
}