diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2024-11-26 23:11:59 +0100 |
|---|---|---|
| committer | Sefa Eyeoglu <contact@scrumplex.net> | 2024-11-26 23:11:59 +0100 |
| commit | 674884aa9720596a3e7be619cc5c41dc206ce2bf (patch) | |
| tree | b2c193d57cb7883ef0f622e17588c6651bd4df27 /flake.nix | |
| parent | e1b69a003bd95d49dfc402f31bc1db92348fe915 (diff) | |
| download | Project-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.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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"; }; |
