From 6107f8178e26ada67e5d5ec60501e24528b3db56 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 3 Oct 2023 22:22:45 -0400 Subject: Add rundeps feature to bild This allows me to specify runtime dependencies, not just system or language deps. --- Biz/Bild.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'Biz/Bild.nix') diff --git a/Biz/Bild.nix b/Biz/Bild.nix index c7c3207..1e4bcf8 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -46,7 +46,18 @@ in nixpkgs // { bild = rec { c.packages = lib.attrsets.getAttrs (import ./Bild/Deps/C.nix) nixpkgs.pkgs; # expose some packages for inclusion in os/image builds - pkgs = with nixpkgs.pkgs; { inherit git; }; + pkgs = with nixpkgs.pkgs; { + inherit + black + deadnix + git + hlint + indent + ormolu + ruff + shellcheck + ; + }; # this is needed to do builds without calling out to nix, remove this when I # switch to all-nix builds -- cgit v1.2.3