summary refs log tree commit diff
path: root/pkgs/test/default.nix
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-12-09 19:27:41 +0200
committerGitHub <noreply@github.com>2022-12-09 19:27:41 +0200
commit91d19a6e66b9f772c3eda65cdcb8641de2662cb1 (patch)
treedd8646cb33346a2d762406c4902fa26e22b57600 /pkgs/test/default.nix
parent5d136d8612b215febe64e807736adbee304a027e (diff)
parent11b49fa7915f35251e18fe967fc63b4900dbad81 (diff)
downloadnixpkgs-91d19a6e66b9f772c3eda65cdcb8641de2662cb1.tar
nixpkgs-91d19a6e66b9f772c3eda65cdcb8641de2662cb1.tar.gz
nixpkgs-91d19a6e66b9f772c3eda65cdcb8641de2662cb1.tar.bz2
nixpkgs-91d19a6e66b9f772c3eda65cdcb8641de2662cb1.tar.lz
nixpkgs-91d19a6e66b9f772c3eda65cdcb8641de2662cb1.tar.xz
nixpkgs-91d19a6e66b9f772c3eda65cdcb8641de2662cb1.tar.zst
nixpkgs-91d19a6e66b9f772c3eda65cdcb8641de2662cb1.zip
Merge pull request #204692 from Artturin/relative-links-fix-error
make-symlinks-relative: fix no such file or directory if output is cr…
Diffstat (limited to 'pkgs/test/default.nix')
-rw-r--r--pkgs/test/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/test/default.nix b/pkgs/test/default.nix
index e72afbb3998..b687092f514 100644
--- a/pkgs/test/default.nix
+++ b/pkgs/test/default.nix
@@ -26,6 +26,8 @@ with pkgs;
 
   haskell = callPackage ./haskell { };
 
+  hooks = callPackage ./hooks { };
+
   cc-multilib-gcc = callPackage ./cc-wrapper/multilib.nix { stdenv = gccMultiStdenv; };
   cc-multilib-clang = callPackage ./cc-wrapper/multilib.nix { stdenv = clangMultiStdenv; };