From af388dbfffd26de837f21c647e5957fad8694902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20BRAMI?= Date: Wed, 24 Aug 2022 01:40:00 +0200 Subject: [PATCH] flakes: Add .#all target. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 1c217604..22995b56 100644 --- a/flake.nix +++ b/flake.nix @@ -86,6 +86,7 @@ subPackages = [ "repochecker" ]; }; + all = pkgs.linkFarmFromDrvs "fic-all" (builtins.attrValues (builtins.removeAttrs self.packages.x86_64-linux [ "all" ])); }); devShell = forAllSystems (system: