From f9ca53de750f69b906bf1ff5c54c2d304db2e4b1 Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Mar 2023 16:50:00 +0100 Subject: Fix(bootstrap/install): Add 'free' dependency --- bootstrap/install/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/install/default.nix b/bootstrap/install/default.nix index 0d266430..118aee4c 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;}; + dependencies = builtins.attrValues {inherit (pkgs) jq dash curl gawk btrfs-progs coreutils libuuid gptfdisk dosfstools toybox;}; name = "install"; script = ./install.sh; lib = import ../../lib {inherit pkgs shell-library;}; -- cgit 1.4.1