From 3da6861add4cb783d1deea00966f3e38f538ea86 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Fri, 30 May 2025 22:33:42 +0200 Subject: [PATCH] fix --- template/flake.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/template/flake.nix b/template/flake.nix index 464927d..a87f11e 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -5,8 +5,14 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; flake-parts.url = "github:hercules-ci/flake-parts"; - hooks.url = "github:cachix/git-hooks.nix"; - treefmt.url = "github:numtide/treefmt-nix"; + hooks = { + url = "github:cachix/git-hooks.nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + treefmt = { + url = "github:numtide/treefmt-nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs =