From 26397a98ece50645e8ad1f0f0a67da32a4c3b4df Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 15 May 2025 09:45:43 -0500 Subject: flake.nix: Add output for muspell disk image --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; }; } -- cgit v1.2.3