diff options
-rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,5 +14,9 @@ import ./hosts { inherit nixpkgs mobile-nixos; }; + muspell-img = + self.nixosConfigurations. + muspell.config.mobile. + outputs.u-boot.disk-image; }; } |