From d884d770878c81ebf06608f5530a436616d01b11 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Wed, 29 Jun 2022 16:34:13 +0200 Subject: [PATCH] nix-unstable-static: use bash interactive Make it more useful --- images/nix-unstable-static/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/images/nix-unstable-static/default.nix b/images/nix-unstable-static/default.nix index e8d2a62..9b80f96 100644 --- a/images/nix-unstable-static/default.nix +++ b/images/nix-unstable-static/default.nix @@ -9,12 +9,14 @@ }: let inherit (pkgsStatic) - bash + bashInteractive busybox cacert openssl ; + bash = bashInteractive; + # Get nix from Hydra because the nixpkgs one is not fully static nixStaticBin = fetchurl { url = "https://hydra.nixos.org/build/181573550/download/1/nix";