fix nix flake check

Ryan Gibb 8b672a61 2c13bf5a

Changed files
+4 -1
+4 -1
flake.nix
···
system: inputs.nixpkgs.legacyPackages.${system}.nixfmt-rfc-style
);
-
templates.host.path = ./templates/host;
+
templates.host = {
+
path = ./templates/host;
+
description = "A basic host configuration";
+
};
};
}