From eee24fab9e6f7d1b1e0736bc59271b6b74f0121b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sun, 6 Mar 2022 08:12:52 +0100 Subject: [PATCH] do not evaluate the goddamn nixpkgs tree --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 880d382..fd120a2 100644 --- a/flake.nix +++ b/flake.nix @@ -33,6 +33,6 @@ in rec { packages = builtins.mapAttrs (_: f: (f { }).bin) git-mit.workspace; - hydraJobs = git-mit; + hydraJobs = packages; }); }