From 8ac03ae2c82b07381292ede57431ddddd0d4dbe4 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 2 Aug 2023 16:35:34 -0400 Subject: Fix nix syntax to include pkgs --- Biz/Bild.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Bild.nix') 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; [ -- cgit v1.2.3