diff options
Diffstat (limited to 'Biz/Bild.nix')
-rw-r--r-- | Biz/Bild.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 |