From fd2ed12bbc58fbcef3910952ed7df836664654e6 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 6 Jan 2023 10:50:51 -0500 Subject: Expose some packages in the nix library At least one namespace (Biz/Dragons/Analysis.nix) needs this. --- Biz/Bild.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Biz') diff --git a/Biz/Bild.nix b/Biz/Bild.nix index 4be456f..1bc9083 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -38,6 +38,9 @@ rec { # generally-useful things from nixpkgs inherit (nixpkgs) lib stdenv sources; + # expose some packages for inclusion in os/image builds + pkgs = with nixpkgs.pkgs; [ git ]; + # remove this when I switch to all-nix builds bildRuntimeDeps = with nixpkgs; [ pkg-config -- cgit v1.2.3