From cd20c6f32761fb318ec45cb76e3053637b0cfa4a Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Mar 2023 17:16:06 +0100 Subject: Fix(bootstrap/install): Use 'git' dependency --- bootstrap/install/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/install') diff --git a/bootstrap/install/default.nix b/bootstrap/install/default.nix index 2aeae54a..71548e90 100644 --- a/bootstrap/install/default.nix +++ b/bootstrap/install/default.nix @@ -4,7 +4,7 @@ shell-library, ... }: let - dependencies = builtins.attrValues {inherit (pkgs) jq dash curl gawk btrfs-progs coreutils libuuid gptfdisk dosfstools toybox nix;}; + dependencies = builtins.attrValues {inherit (pkgs) jq dash curl gawk btrfs-progs coreutils libuuid gptfdisk dosfstools toybox nix git;}; name = "install"; script = ./install.sh; lib = import ../../lib {inherit pkgs shell-library;}; -- cgit 1.4.1