nix-unstable-static: use bash interactive
Make it more useful
This commit is contained in:
parent
2d185d5f68
commit
d884d77087
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue