diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-05-15 09:45:43 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-05-15 09:45:43 -0500 |
commit | 26397a98ece50645e8ad1f0f0a67da32a4c3b4df (patch) | |
tree | b397ad2208b639adcbd8a5e045547dc50c57a6de /flake.nix | |
parent | 1992a54ba96e96a6f445dbaac47f1cae3bfa5ef8 (diff) | |
download | nixos-config-26397a98ece50645e8ad1f0f0a67da32a4c3b4df.tar.gz nixos-config-26397a98ece50645e8ad1f0f0a67da32a4c3b4df.zip |
flake.nix: Add output for muspell disk image
Diffstat (limited to 'flake.nix')
-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; }; } |