summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2024-11-26 23:11:59 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2024-11-26 23:11:59 +0100
commit674884aa9720596a3e7be619cc5c41dc206ce2bf (patch)
treeb2c193d57cb7883ef0f622e17588c6651bd4df27 /flake.nix
parente1b69a003bd95d49dfc402f31bc1db92348fe915 (diff)
downloadProject-Tick-674884aa9720596a3e7be619cc5c41dc206ce2bf.tar.gz
Project-Tick-674884aa9720596a3e7be619cc5c41dc206ce2bf.zip
chore: update flake
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 153f7eb534..67c7ebe4e5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,9 +3,13 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
- flake-parts.url = "github:hercules-ci/flake-parts";
+ flake-parts = {
+ url = "github:hercules-ci/flake-parts";
+ inputs.nixpkgs-lib.follows = "nixpkgs";
+ };
git-hooks = {
url = "github:cachix/git-hooks.nix";
+ inputs.flake-compat.follows = "";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
};