diff options
-rw-r--r-- | Biz/Bild.nix | 2 |
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; [ |