From c44f712ad22cc38fdb04db8a523f7b11afee24eb Mon Sep 17 00:00:00 2001 From: Adam0 Date: Thu, 7 May 2026 00:55:17 +0200 Subject: [PATCH] ignore flake in treefmt --- flake.nix | 2 +- modules/treefmt.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 59adb32..02ba734 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ # DO-NOT-EDIT. This file was auto-generated using github:vic/flake-file. # Use `nix run .#write-flake` to regenerate it. { - outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} (inputs.import-tree ./modules); + outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules); inputs = { determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/3"; diff --git a/modules/treefmt.nix b/modules/treefmt.nix index 3de6248..aec0c95 100644 --- a/modules/treefmt.nix +++ b/modules/treefmt.nix @@ -49,6 +49,7 @@ # keep-sorted start ".direnv/*" ".sops.yaml" + "flake.nix" "secrets/secrets.yaml" # keep-sorted end ]; -- 2.51.2