From f2f3f59f78e996acf71ced067f7f90ceeabbba82 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sat, 11 Nov 2023 17:09:38 +0100 Subject: [PATCH] machine/core: add nixpkgs-hammering --- machines/core/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/core/nix.nix b/machines/core/nix.nix index 595cb99..1d5fea7 100644 --- a/machines/core/nix.nix +++ b/machines/core/nix.nix @@ -40,6 +40,7 @@ nix-prefetch nix-update nixpkgs-fmt + nixpkgs-hammering nixpkgs-review ]; }