summaryrefslogtreecommitdiff
path: root/Biz/Bild.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Bild.nix')
-rw-r--r--Biz/Bild.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild.nix b/Biz/Bild.nix
index 34d8174..415931b 100644
--- a/Biz/Bild.nix
+++ b/Biz/Bild.nix
@@ -40,7 +40,7 @@ rec {
inherit (nixpkgs) lib stdenv sources;
# expose some packages for inclusion in os/image builds
- pkgs = with nixpkgs.pkgs; [ git ];
+ pkgs = with nixpkgs.pkgs; { inherit git; };
# remove this when I switch to all-nix builds
bildRuntimeDeps = with nixpkgs; [