fix nix flake check
Ryan Gibb 9 months ago 8b672a61 2c13bf5a
··· 276 276 system: inputs.nixpkgs.legacyPackages.${system}.nixfmt-rfc-style 277 277 ); 278 278 279 279 - templates.host.path = ./templates/host; 279 279 + templates.host = { 280 280 + path = ./templates/host; 281 281 + description = "A basic host configuration"; 282 282 + }; 280 283 }; 281 284 }