mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 20:30:37 -05:00
nix-unstable-static: use bash interactive
Make it more useful
This commit is contained in:
@@ -9,12 +9,14 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (pkgsStatic)
|
inherit (pkgsStatic)
|
||||||
bash
|
bashInteractive
|
||||||
busybox
|
busybox
|
||||||
cacert
|
cacert
|
||||||
openssl
|
openssl
|
||||||
;
|
;
|
||||||
|
|
||||||
|
bash = bashInteractive;
|
||||||
|
|
||||||
# Get nix from Hydra because the nixpkgs one is not fully static
|
# Get nix from Hydra because the nixpkgs one is not fully static
|
||||||
nixStaticBin = fetchurl {
|
nixStaticBin = fetchurl {
|
||||||
url = "https://hydra.nixos.org/build/181573550/download/1/nix";
|
url = "https://hydra.nixos.org/build/181573550/download/1/nix";
|
||||||
|
|||||||
Reference in New Issue
Block a user