mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 13:21:45 -05:00
fix: Fixed default template.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
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
|
||||
(system: {
|
||||
formatter = nixpkgs.legacyPackages.${system}.nixpkgs-fmt;
|
||||
|
||||
Reference in New Issue
Block a user