about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-20 17:37:21 +0100
committerSoispha <soispha@vhack.eu>2024-02-20 17:37:21 +0100
commit58f3d4eddfc1f82719735f3963a752223ddd29cd (patch)
treeef3f404db0b3e27c4f469fb299c8a71760d8354b /flake.nix
parentbuild(cog.toml): Add formatting step (diff)
downloadnixos-config-58f3d4eddfc1f82719735f3963a752223ddd29cd.tar.gz
nixos-config-58f3d4eddfc1f82719735f3963a752223ddd29cd.zip
build(treewide): Update
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index be0376f0..7f12fb15 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,6 +17,7 @@
         systems.follows = "systems";
         nixpkgs.follows = "nixpkgs";
         flake-utils.follows = "flake-utils";
+        treefmt-nix.follows = "treefmt-nix";
       };
     };
     flake-parts = {
@@ -96,6 +97,7 @@
         flake-parts.follows = "flake-parts";
         nixpkgs.follows = "nixpkgs";
         pre-commit-hooks.follows = "pre-commit-hooks";
+        flake-compat.follows = "flake-compat";
       };
     };
     agenix = {