fix: Fixed default template.

This commit is contained in:
Spencer Brower
2022-12-13 12:48:53 -05:00
parent 298834a093
commit fd4b299161

View File

@@ -9,7 +9,7 @@
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
}; };
outputs = { self, nixpkgs, sbrow }: outputs = { self, flake-utils, nixpkgs, sbrow }:
flake-utils.lib.eachSystem flake-utils.lib.allSystems flake-utils.lib.eachSystem flake-utils.lib.allSystems
(system: { (system: {
formatter = nixpkgs.legacyPackages.${system}.nixpkgs-fmt; formatter = nixpkgs.legacyPackages.${system}.nixpkgs-fmt;