diff options
| author | aristote <quentin.aristote@irif.fr> | 2026-05-13 09:19:02 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2026-05-13 09:19:02 +0200 |
| commit | 884d176631d5ac7ca49420370c6ea9416cb9362d (patch) | |
| tree | 0318d0f5900cd8bcbec1ee0abff0c81eede6ef06 /templates/devenv | |
| parent | df3a79dd9e7d99c5bc45129921793b2bf95ba5f2 (diff) | |
| download | my-nixpkgs-884d176631d5ac7ca49420370c6ea9416cb9362d.tar.gz my-nixpkgs-884d176631d5ac7ca49420370c6ea9416cb9362d.tar.bz2 my-nixpkgs-884d176631d5ac7ca49420370c6ea9416cb9362d.tar.xz | |
templates: devenv: add git-hooks input
Diffstat (limited to 'templates/devenv')
| -rw-r--r-- | templates/devenv/devenv.yaml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/devenv/devenv.yaml b/templates/devenv/devenv.yaml index 933d34d..c14231a 100644 --- a/templates/devenv/devenv.yaml +++ b/templates/devenv/devenv.yaml @@ -1,5 +1,10 @@ inputs: - nixpkgs: - url: github:NixOS/nixpkgs/nixpkgs-unstable + git-hooks: + url: github:cachix/git-hooks.nix + inputs: + nixpkgs: + follows: nixpkgs my-nixpkgs: url: git+https://git.aristote.fr/nix/my-nixpkgs + nixpkgs: + url: github:NixOS/nixpkgs/nixpkgs-unstable |
