We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626eef9 commit d57014bCopy full SHA for d57014b
flake.nix
@@ -32,7 +32,7 @@
32
./nixosModules/flake-module.nix
33
./checks/flake-module.nix
34
]
35
- ++ inputs.nixpkgs.lib.optional (inputs.treefmt-nix ? flakeModule) ./nix/treefmt/flake-module.nix
+ ++ inputs.nixpkgs.lib.optional (inputs.treefmt-nix ? flakeModule) ./formatter/flake-module.nix
36
++ inputs.nixpkgs.lib.optionals (inputs.hercules-ci-effects ? flakeModule) [
37
inputs.hercules-ci-effects.flakeModule
38
{
nix/treefmt/flake-module.nix renamed to formatter/flake-module.nix
0 commit comments